Html Css Color HEX #74112C Claret

📋 copy color: '#74112C'

red 116 ◦ green 17 ◦ blue 44

#74112C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #74112C

Tints of Claret #74112C

RGB

 RED value IS 116 (45.7% from 255) = 65.54%

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 65.54%
G = 9.6%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74112C (or 0x74112C) is known color: 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

RGB 116 17 44 -
CMYK 0 0.85 0.62 0.55
HSL 343.64º 0.74% 0.26% -
HSV(B) 343.64º 0.85% 0.45% -
XYZ 7.86 4.3 2.8 -
YUV 49.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 116 17 44 0 0.85 0.62 0.55 343.64 0.74 0.26
Hex 74 11 2C 0 55 3E 37 158 4A 1A
Octal 164 21 54 0 125 76 67 530 112 32
Binary 1110100 10001 101100 0 1010101 111110 110111 101011000 1001010 11010

Color Harmonies of #74112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74112C

Black with #74112C

Text Example


Text Example

White with #74112C

Text Example


Text Example

HTML Codes & Css Web 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>