Html Css Color HEX #712B23 Auburn

📋 copy color: '#712B23'

red 113 ◦ green 43 ◦ blue 35

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

Shades of Auburn #712B23

Tints of Auburn #712B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

 BLUE value IS 35 (14.06% from 255) = 18.32%

R = 59.16%
G = 22.51%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#712B23 (or 0x712B23) is known color: Auburn. HEX triplet: 71, 2B and 23. RGB value is (113,43,35). Sum of RGB (Red+Green+Blue) = 113+43+35=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B23 is #8ED4DC. Grayscale: #3F3F3F. Windows color (decimal): -9360605 or 2304881. OLE color: 2304881.

HSL color Cylindrical-coordinate representation of color #712B23: hue angle of 6.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712B23 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 43 35 -
CMYK 0 0.62 0.69 0.56
HSL 6.15º 0.53% 0.29% -
HSV(B) 6.15º 0.69% 0.44% -
XYZ 7.98 5.36 2.2 -
YUV 63.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 113 43 35 0 0.62 0.69 0.56 6.15 0.53 0.29
Hex 71 2B 23 0 3E 45 38 6 35 1D
Octal 161 53 43 0 76 105 70 6 65 35
Binary 1110001 101011 100011 0 111110 1000101 111000 110 110101 11101

Color Harmonies of #712B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B23

Black with #712B23

Text Example


Text Example

White with #712B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712B23; }

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

 H1.HeaderClassName
 {
   color: #712B23;
 }
 .AnyTagClassName
 {
   color: #712B23;
 }
</style>

background-color css

<style>
 a { background-color: #712B23; }

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

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

border-color css

<style>
 span { border-color: #712B23; }

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

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