Html Css Color HEX #71231D Auburn

📋 copy color: '#71231D'

red 113 ◦ green 35 ◦ blue 29

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

Shades of Auburn #71231D

Tints of Auburn #71231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 63.84%
G = 19.77%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71231D (or 0x71231D) is known color: Auburn. HEX triplet: 71, 23 and 1D. RGB value is (113,35,29). Sum of RGB (Red+Green+Blue) = 113+35+29=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71231D is #8EDCE2. Grayscale: #393939. Windows color (decimal): -9362659 or 1909617. OLE color: 1909617.

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

Color convert

RGB 113 35 29 -
CMYK 0 0.69 0.74 0.56
HSL 4.29º 0.59% 0.28% -
HSV(B) 4.29º 0.74% 0.44% -
XYZ 7.63 4.8 1.69 -
YUV 57.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 113 35 29 0 0.69 0.74 0.56 4.29 0.59 0.28
Hex 71 23 1D 0 45 4A 38 4 3B 1C
Octal 161 43 35 0 105 112 70 4 73 34
Binary 1110001 100011 11101 0 1000101 1001010 111000 100 111011 11100

Color Harmonies of #71231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71231D

Black with #71231D

Text Example


Text Example

White with #71231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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