Html Css Color HEX #712823 Auburn

📋 copy color: '#712823'

red 113 ◦ green 40 ◦ blue 35

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

Shades of Auburn #712823

Tints of Auburn #712823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

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

R = 60.11%
G = 21.28%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#712823 (or 0x712823) is known color: Auburn. HEX triplet: 71, 28 and 23. RGB value is (113,40,35). Sum of RGB (Red+Green+Blue) = 113+40+35=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712823 is #8ED7DC. Grayscale: #3D3D3D. Windows color (decimal): -9361373 or 2304113. OLE color: 2304113.

HSL color Cylindrical-coordinate representation of color #712823: hue angle of 3.85º 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 #712823 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 35 -
CMYK 0 0.65 0.69 0.56
HSL 3.85º 0.53% 0.29% -
HSV(B) 3.85º 0.69% 0.44% -
XYZ 7.87 5.15 2.17 -
YUV 61.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 113 40 35 0 0.65 0.69 0.56 3.85 0.53 0.29
Hex 71 28 23 0 41 45 38 4 35 1D
Octal 161 50 43 0 101 105 70 4 65 35
Binary 1110001 101000 100011 0 1000001 1000101 111000 100 110101 11101

Color Harmonies of #712823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712823

Black with #712823

Text Example


Text Example

White with #712823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712823; }

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

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

background-color css

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

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

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

border-color css

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

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

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