Html Css Color HEX #72312E Auburn

📋 copy color: '#72312E'

red 114 ◦ green 49 ◦ blue 46

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

Shades of Auburn #72312E

Tints of Auburn #72312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 54.55%
G = 23.44%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72312E (or 0x72312E) is known color: Auburn. HEX triplet: 72, 31 and 2E. RGB value is (114,49,46). Sum of RGB (Red+Green+Blue) = 114+49+46=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72312E is #8DCED1. Grayscale: #444444. Windows color (decimal): -9293522 or 3027314. OLE color: 3027314.

HSL color Cylindrical-coordinate representation of color #72312E: hue angle of 2.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72312E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 46 -
CMYK 0 0.57 0.60 0.55
HSL 2.65º 0.43% 0.31% -
HSV(B) 2.65º 0.6% 0.45% -
XYZ 8.53 5.97 3.29 -
YUV 68.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 114 49 46 0 0.57 0.60 0.55 2.65 0.43 0.31
Hex 72 31 2E 0 39 3C 37 3 2A 1F
Octal 162 61 56 0 71 74 67 3 52 37
Binary 1110010 110001 101110 0 111001 111100 110111 11 101010 11111

Color Harmonies of #72312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72312E

Black with #72312E

Text Example


Text Example

White with #72312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,49,46); }

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

background-color css

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

 a { background-color: rgb(114,49,46); }

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

border-color css

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

 span { border-color: rgb(114,49,46); }

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