Html Css Color HEX #712F2D Auburn

📋 copy color: '#712F2D'

red 113 ◦ green 47 ◦ blue 45

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

Shades of Auburn #712F2D

Tints of Auburn #712F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 55.12%
G = 22.93%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#712F2D (or 0x712F2D) is known color: Auburn. HEX triplet: 71, 2F and 2D. RGB value is (113,47,45). Sum of RGB (Red+Green+Blue) = 113+47+45=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #712F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F2D is #8ED0D2. Grayscale: #424242. Windows color (decimal): -9359571 or 2961265. OLE color: 2961265.

HSL color Cylindrical-coordinate representation of color #712F2D: hue angle of 1.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712F2D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 45 -
CMYK 0 0.58 0.60 0.56
HSL 1.76º 0.43% 0.31% -
HSV(B) 1.76º 0.6% 0.44% -
XYZ 8.3 5.73 3.15 -
YUV 66.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 113 47 45 0 0.58 0.60 0.56 1.76 0.43 0.31
Hex 71 2F 2D 0 3A 3C 38 2 2B 1F
Octal 161 57 55 0 72 74 70 2 53 37
Binary 1110001 101111 101101 0 111010 111100 111000 10 101011 11111

Color Harmonies of #712F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F2D

Black with #712F2D

Text Example


Text Example

White with #712F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,47,45); }

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

background-color css

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

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

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

border-color css

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

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

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