#741E33

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

Shades of Claret #741E33

Tints of Claret #741E33

Color information

#741E33 (or 0x741E33) is unknown color: approx Claret. HEX triplet: 74, 1E and 33. RGB value is (116,30,51). Sum of RGB (Red+Green+Blue) = 116+30+51=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #741E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E33 is #8BE1CC. Grayscale: #3A3A3A. Windows color (decimal): -9167309 or 3350132. OLE color: 3350132.

HSL color Cylindrical-coordinate representation of color #741E33: hue angle of 345.35º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E33 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1163051-
CMYK00.740.560.55
HSL345.35º58.9%28.63%-
HSV(B)345.35º74.14%45.49%-
XYZ8.264.883.64-
YUV58.11123.99169.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=58.88%
G=15.23%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116305100.740.560.55345.3558.928.63
Hex741E3304A38371593b1d
Octal1643663011270675317335
Binary1110100111101100110100101011100011011110101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741E33; }

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

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

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

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

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

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

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

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