Html Css Color HEX #72241C Auburn

📋 copy color: '#72241C'

red 114 ◦ green 36 ◦ blue 28

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

Shades of Auburn #72241C

Tints of Auburn #72241C

RGB

 RED value IS 114 (44.92% from 255) = 64.04%

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 64.04%
G = 20.22%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72241C (or 0x72241C) is known color: Auburn. HEX triplet: 72, 24 and 1C. RGB value is (114,36,28). Sum of RGB (Red+Green+Blue) = 114+36+28=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72241C is #8DDBE3. Grayscale: #3A3A3A. Windows color (decimal): -9296868 or 1844338. OLE color: 1844338.

HSL color Cylindrical-coordinate representation of color #72241C: hue angle of 5.58º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72241C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 36 28 -
CMYK 0 0.68 0.75 0.55
HSL 5.58º 0.61% 0.28% -
HSV(B) 5.58º 0.75% 0.45% -
XYZ 7.78 4.92 1.64 -
YUV 58.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 114 36 28 0 0.68 0.75 0.55 5.58 0.61 0.28
Hex 72 24 1C 0 44 4B 37 6 3D 1C
Octal 162 44 34 0 104 113 67 6 75 34
Binary 1110010 100100 11100 0 1000100 1001011 110111 110 111101 11100

Color Harmonies of #72241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72241C

Black with #72241C

Text Example


Text Example

White with #72241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,36,28); }

 H1.HeaderClassName
 {
   color: #72241C;
 }
 .AnyTagClassName
 {
   color: #72241C;
 }
</style>

background-color css

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

 a { background-color: rgb(114,36,28); }

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

border-color css

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

 span { border-color: rgb(114,36,28); }

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