Html Css Color HEX #72241F Auburn

📋 copy color: '#72241F'

red 114 ◦ green 36 ◦ blue 31

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

Shades of Auburn #72241F

Tints of Auburn #72241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 62.98%
G = 19.89%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72241F (or 0x72241F) is known color: Auburn. HEX triplet: 72, 24 and 1F. RGB value is (114,36,31). Sum of RGB (Red+Green+Blue) = 114+36+31=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72241F is #8DDBE0. Grayscale: #3A3A3A. Windows color (decimal): -9296865 or 2040946. OLE color: 2040946.

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

Color convert

RGB 114 36 31 -
CMYK 0 0.68 0.73 0.55
HSL 3.61º 0.57% 0.28% -
HSV(B) 3.61º 0.73% 0.45% -
XYZ 7.82 4.94 1.84 -
YUV 58.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 114 36 31 0 0.68 0.73 0.55 3.61 0.57 0.28
Hex 72 24 1F 0 44 49 37 4 39 1C
Octal 162 44 37 0 104 111 67 4 71 34
Binary 1110010 100100 11111 0 1000100 1001001 110111 100 111001 11100

Color Harmonies of #72241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72241F

Black with #72241F

Text Example


Text Example

White with #72241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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