Html Css Color HEX #71231F Auburn

📋 copy color: '#71231F'

red 113 ◦ green 35 ◦ blue 31

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

Shades of Auburn #71231F

Tints of Auburn #71231F

RGB

 RED value IS 113 (44.53% from 255) = 63.13%

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 63.13%
G = 19.55%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71231F (or 0x71231F) is known color: Auburn. HEX triplet: 71, 23 and 1F. RGB value is (113,35,31). Sum of RGB (Red+Green+Blue) = 113+35+31=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71231F is #8EDCE0. Grayscale: #393939. Windows color (decimal): -9362657 or 2040689. OLE color: 2040689.

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

Color convert

RGB 113 35 31 -
CMYK 0 0.69 0.73 0.56
HSL 2.93º 0.57% 0.28% -
HSV(B) 2.93º 0.73% 0.44% -
XYZ 7.66 4.81 1.82 -
YUV 57.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 113 35 31 0 0.69 0.73 0.56 2.93 0.57 0.28
Hex 71 23 1F 0 45 49 38 3 39 1C
Octal 161 43 37 0 105 111 70 3 71 34
Binary 1110001 100011 11111 0 1000101 1001001 111000 11 111001 11100

Color Harmonies of #71231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71231F

Black with #71231F

Text Example


Text Example

White with #71231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,35,31); }

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

background-color css

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

 a { background-color: rgb(113,35,31); }

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

border-color css

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

 span { border-color: rgb(113,35,31); }

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