Html Css Color HEX #712925 Auburn

📋 copy color: '#712925'

red 113 ◦ green 41 ◦ blue 37

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

Shades of Auburn #712925

Tints of Auburn #712925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 37 (14.84% from 255) = 19.37%

R = 59.16%
G = 21.47%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#712925 (or 0x712925) is known color: Auburn. HEX triplet: 71, 29 and 25. RGB value is (113,41,37). Sum of RGB (Red+Green+Blue) = 113+41+37=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712925 is #8ED6DA. Grayscale: #3E3E3E. Windows color (decimal): -9361115 or 2435441. OLE color: 2435441.

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

Color convert

RGB 113 41 37 -
CMYK 0 0.64 0.67 0.56
HSL 3.16º 0.51% 0.29% -
HSV(B) 3.16º 0.67% 0.44% -
XYZ 7.94 5.23 2.34 -
YUV 62.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 113 41 37 0 0.64 0.67 0.56 3.16 0.51 0.29
Hex 71 29 25 0 40 43 38 3 33 1D
Octal 161 51 45 0 100 103 70 3 63 35
Binary 1110001 101001 100101 0 1000000 1000011 111000 11 110011 11101

Color Harmonies of #712925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712925

Black with #712925

Text Example


Text Example

White with #712925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712925; }

 p { color: rgb(113,41,37); }

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

background-color css

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

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

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

border-color css

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

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

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