Html Css Color HEX #72332F Auburn

📋 copy color: '#72332F'

red 114 ◦ green 51 ◦ blue 47

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

Shades of Auburn #72332F

Tints of Auburn #72332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 53.77%
G = 24.06%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72332F (or 0x72332F) is known color: Auburn. HEX triplet: 72, 33 and 2F. RGB value is (114,51,47). Sum of RGB (Red+Green+Blue) = 114+51+47=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72332F is #8DCCD0. Grayscale: #454545. Windows color (decimal): -9293009 or 3093362. OLE color: 3093362.

HSL color Cylindrical-coordinate representation of color #72332F: hue angle of 3.58º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72332F is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 47 -
CMYK 0 0.55 0.59 0.55
HSL 3.58º 0.42% 0.32% -
HSV(B) 3.58º 0.59% 0.45% -
XYZ 8.64 6.15 3.42 -
YUV 69.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 114 51 47 0 0.55 0.59 0.55 3.58 0.42 0.32
Hex 72 33 2F 0 37 3B 37 4 2A 20
Octal 162 63 57 0 67 73 67 4 52 40
Binary 1110010 110011 101111 0 110111 111011 110111 100 101010 100000

Color Harmonies of #72332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72332F

Black with #72332F

Text Example


Text Example

White with #72332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72332F; }

 p { color: rgb(114,51,47); }

 H1.HeaderClassName
 {
   color: #72332F;
 }
 .AnyTagClassName
 {
   color: #72332F;
 }
</style>

background-color css

<style>
 a { background-color: #72332F; }

 a { background-color: rgb(114,51,47); }

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

border-color css

<style>
 span { border-color: #72332F; }

 span { border-color: rgb(114,51,47); }

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