Html Css Color HEX #71231E Auburn

📋 copy color: '#71231E'

red 113 ◦ green 35 ◦ blue 30

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

Shades of Auburn #71231E

Tints of Auburn #71231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 63.48%
G = 19.66%
B = 16.85%

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

#71231E (or 0x71231E) is known color: Auburn. HEX triplet: 71, 23 and 1E. RGB value is (113,35,30). Sum of RGB (Red+Green+Blue) = 113+35+30=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71231E is #8EDCE1. Grayscale: #393939. Windows color (decimal): -9362658 or 1975153. OLE color: 1975153.

HSL color Cylindrical-coordinate representation of color #71231E: hue angle of 3.61º degrees, saturation: 0.58, 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 #71231E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 30 -
CMYK 0 0.69 0.73 0.56
HSL 3.61º 0.58% 0.28% -
HSV(B) 3.61º 0.73% 0.44% -
XYZ 7.65 4.81 1.75 -
YUV 57.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 113 35 30 0 0.69 0.73 0.56 3.61 0.58 0.28
Hex 71 23 1E 0 45 49 38 4 3A 1C
Octal 161 43 36 0 105 111 70 4 72 34
Binary 1110001 100011 11110 0 1000101 1001001 111000 100 111010 11100

Color Harmonies of #71231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71231E

Black with #71231E

Text Example


Text Example

White with #71231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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