Html Css Color HEX #72271F Auburn

📋 copy color: '#72271F'

red 114 ◦ green 39 ◦ blue 31

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

Shades of Auburn #72271F

Tints of Auburn #72271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 61.96%
G = 21.2%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72271F (or 0x72271F) is known color: Auburn. HEX triplet: 72, 27 and 1F. RGB value is (114,39,31). Sum of RGB (Red+Green+Blue) = 114+39+31=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72271F is #8DD8E0. Grayscale: #3C3C3C. Windows color (decimal): -9296097 or 2041714. OLE color: 2041714.

HSL color Cylindrical-coordinate representation of color #72271F: hue angle of 5.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72271F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 31 -
CMYK 0 0.66 0.73 0.55
HSL 5.78º 0.57% 0.28% -
HSV(B) 5.78º 0.73% 0.45% -
XYZ 7.91 5.13 1.87 -
YUV 60.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 114 39 31 0 0.66 0.73 0.55 5.78 0.57 0.28
Hex 72 27 1F 0 42 49 37 6 39 1C
Octal 162 47 37 0 102 111 67 6 71 34
Binary 1110010 100111 11111 0 1000010 1001001 110111 110 111001 11100

Color Harmonies of #72271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72271F

Black with #72271F

Text Example


Text Example

White with #72271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,39,31); }

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

background-color css

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

 a { background-color: rgb(114,39,31); }

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

border-color css

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

 span { border-color: rgb(114,39,31); }

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