Html Css Color HEX #72312F Auburn

📋 copy color: '#72312F'

red 114 ◦ green 49 ◦ blue 47

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

Shades of Auburn #72312F

Tints of Auburn #72312F

RGB

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

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

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

R = 54.29%
G = 23.33%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72312F (or 0x72312F) is known color: Auburn. HEX triplet: 72, 31 and 2F. RGB value is (114,49,47). Sum of RGB (Red+Green+Blue) = 114+49+47=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72312F is #8DCED0. Grayscale: #444444. Windows color (decimal): -9293521 or 3092850. OLE color: 3092850.

HSL color Cylindrical-coordinate representation of color #72312F: hue angle of 1.79º 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 #72312F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 47 -
CMYK 0 0.57 0.59 0.55
HSL 1.79º 0.42% 0.32% -
HSV(B) 1.79º 0.59% 0.45% -
XYZ 8.55 5.98 3.39 -
YUV 68.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 114 49 47 0 0.57 0.59 0.55 1.79 0.42 0.32
Hex 72 31 2F 0 39 3B 37 2 2A 20
Octal 162 61 57 0 71 73 67 2 52 40
Binary 1110010 110001 101111 0 111001 111011 110111 10 101010 100000

Color Harmonies of #72312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72312F

Black with #72312F

Text Example


Text Example

White with #72312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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