#741433

Color #741433 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #741433

Tints of Claret #741433

Color information

#741433 (or 0x741433) is unknown color: approx Claret. HEX triplet: 74, 14 and 33. RGB value is (116,20,51). Sum of RGB (Red+Green+Blue) = 116+20+51=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741433 is #8BEBCC. Grayscale: #343434. Windows color (decimal): -9169869 or 3347572. OLE color: 3347572.

HSL color Cylindrical-coordinate representation of color #741433: hue angle of 340.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741433 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1162051-
CMYK00.830.560.55
HSL340.62º70.59%26.67%-
HSV(B)340.62º82.76%45.49%-
XYZ8.054.453.57-
YUV52.24127.3173.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=62.03%
G=10.70%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116205100.830.560.55340.6270.5926.67
Hex7414330533837155471b
Octal16424630123706752510733
Binary11101001010011001101010011111000110111101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741433; }

 p { color: rgb(116,20,51); }

 H1.HeaderClassName
 {
   color: #741433;
 }
 .AnyTagClassName
 {
   color: #741433;
 }
</style>
background-color css

<style>
 a { background-color: #741433; }

 a { background-color: rgb(116,20,51); }

 div.DivClassName
 {
   background-color: #741433;
 }
 .BgClassName
 {
   background-color: #741433;
 }
</style>
border-color css

<style>
 span { border-color: #741433; }

 span { border-color: rgb(116,20,51); }

 td.TdClassName
 {
   border-color: #741433;
 }
 .TagClassName
 {
   border-color: #741433;
 }
</style>