#74112C

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

Shades of Claret #74112C

Tints of Claret #74112C

Color information

#74112C (or 0x74112C) is unknown color: approx Claret. HEX triplet: 74, 11 and 2C. RGB value is (116,17,44). Sum of RGB (Red+Green+Blue) = 116+17+44=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74112C is #8BEED3. Grayscale: #313131. Windows color (decimal): -9170644 or 2888052. OLE color: 2888052.

HSL color Cylindrical-coordinate representation of color #74112C: hue angle of 343.64º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74112C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1161744-
CMYK00.850.620.55
HSL343.64º74.44%26.08%-
HSV(B)343.64º85.34%45.49%-
XYZ7.864.32.8-
YUV49.68124.8175.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=65.54%
G=9.60%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116174400.850.620.55343.6474.4426.08
Hex74112C0553E371584a1a
Octal16421540125766753011232
Binary11101001000110110001010101111110110111101011000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74112C; }

 p { color: rgb(116,17,44); }

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

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

 a { background-color: rgb(116,17,44); }

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

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

 span { border-color: rgb(116,17,44); }

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