Html Css Color HEX #72322B Auburn

📋 copy color: '#72322B'

red 114 ◦ green 50 ◦ blue 43

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

Shades of Auburn #72322B

Tints of Auburn #72322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 55.07%
G = 24.15%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72322B (or 0x72322B) is known color: Auburn. HEX triplet: 72, 32 and 2B. RGB value is (114,50,43). Sum of RGB (Red+Green+Blue) = 114+50+43=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72322B is #8DCDD4. Grayscale: #444444. Windows color (decimal): -9293269 or 2830962. OLE color: 2830962.

HSL color Cylindrical-coordinate representation of color #72322B: hue angle of 5.92º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72322B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 43 -
CMYK 0 0.56 0.62 0.55
HSL 5.92º 0.45% 0.31% -
HSV(B) 5.92º 0.62% 0.45% -
XYZ 8.52 6.03 3 -
YUV 68.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 114 50 43 0 0.56 0.62 0.55 5.92 0.45 0.31
Hex 72 32 2B 0 38 3E 37 6 2D 1F
Octal 162 62 53 0 70 76 67 6 55 37
Binary 1110010 110010 101011 0 111000 111110 110111 110 101101 11111

Color Harmonies of #72322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72322B

Black with #72322B

Text Example


Text Example

White with #72322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72322B; }

 p { color: rgb(114,50,43); }

 H1.HeaderClassName
 {
   color: #72322B;
 }
 .AnyTagClassName
 {
   color: #72322B;
 }
</style>

background-color css

<style>
 a { background-color: #72322B; }

 a { background-color: rgb(114,50,43); }

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

border-color css

<style>
 span { border-color: #72322B; }

 span { border-color: rgb(114,50,43); }

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