Html Css Color HEX #72231E Auburn

📋 copy color: '#72231E'

red 114 ◦ green 35 ◦ blue 30

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

Shades of Auburn #72231E

Tints of Auburn #72231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

 BLUE value IS 30 (12.11% from 255) = 16.76%

R = 63.69%
G = 19.55%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72231E (or 0x72231E) is known color: Auburn. HEX triplet: 72, 23 and 1E. RGB value is (114,35,30). Sum of RGB (Red+Green+Blue) = 114+35+30=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72231E is #8DDCE1. Grayscale: #3A3A3A. Windows color (decimal): -9297122 or 1975154. OLE color: 1975154.

HSL color Cylindrical-coordinate representation of color #72231E: hue angle of 3.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72231E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 30 -
CMYK 0 0.69 0.74 0.55
HSL 3.57º 0.58% 0.28% -
HSV(B) 3.57º 0.74% 0.45% -
XYZ 7.77 4.87 1.76 -
YUV 58.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 114 35 30 0 0.69 0.74 0.55 3.57 0.58 0.28
Hex 72 23 1E 0 45 4A 37 4 3A 1C
Octal 162 43 36 0 105 112 67 4 72 34
Binary 1110010 100011 11110 0 1000101 1001010 110111 100 111010 11100

Color Harmonies of #72231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72231E

Black with #72231E

Text Example


Text Example

White with #72231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72231E; }

 p { color: rgb(114,35,30); }

 H1.HeaderClassName
 {
   color: #72231E;
 }
 .AnyTagClassName
 {
   color: #72231E;
 }
</style>

background-color css

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

 a { background-color: rgb(114,35,30); }

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

border-color css

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

 span { border-color: rgb(114,35,30); }

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