Html Css Color HEX #712828 Auburn

📋 copy color: '#712828'

red 113 ◦ green 40 ◦ blue 40

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

Shades of Auburn #712828

Tints of Auburn #712828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 58.55%
G = 20.73%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712828 (or 0x712828) is known color: Auburn. HEX triplet: 71, 28 and 28. RGB value is (113,40,40). Sum of RGB (Red+Green+Blue) = 113+40+40=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #712828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712828 is #8ED7D7. Grayscale: #3D3D3D. Windows color (decimal): -9361368 or 2631793. OLE color: 2631793.

HSL color Cylindrical-coordinate representation of color #712828: hue angle of 0º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712828 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 40 -
CMYK 0 0.65 0.65 0.56
HSL 0.48% 0.3% -
HSV(B) 0.65% 0.44% -
XYZ 7.95 5.18 2.59 -
YUV 61.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 113 40 40 0 0.65 0.65 0.56 0 0.48 0.3
Hex 71 28 28 0 41 41 38 0 30 1E
Octal 161 50 50 0 101 101 70 0 60 36
Binary 1110001 101000 101000 0 1000001 1000001 111000 0 110000 11110

Color Harmonies of #712828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712828

Black with #712828

Text Example


Text Example

White with #712828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712828; }

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

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

background-color css

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

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

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

border-color css

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

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

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