Html Css Color HEX #713232 Auburn

📋 copy color: '#713232'

red 113 ◦ green 50 ◦ blue 50

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

Shades of Auburn #713232

Tints of Auburn #713232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 53.05%
G = 23.47%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713232 (or 0x713232) is known color: Auburn. HEX triplet: 71, 32 and 32. RGB value is (113,50,50). Sum of RGB (Red+Green+Blue) = 113+50+50=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #713232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713232 is #8ECDCD. Grayscale: #444444. Windows color (decimal): -9358798 or 3289713. OLE color: 3289713.

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

Color convert

RGB 113 50 50 -
CMYK 0 0.56 0.56 0.56
HSL 0.39% 0.32% -
HSV(B) 0.56% 0.44% -
XYZ 8.53 6.02 3.73 -
YUV 68.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 113 50 50 0 0.56 0.56 0.56 0 0.39 0.32
Hex 71 32 32 0 38 38 38 0 27 20
Octal 161 62 62 0 70 70 70 0 47 40
Binary 1110001 110010 110010 0 111000 111000 111000 0 100111 100000

Color Harmonies of #713232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713232

Black with #713232

Text Example


Text Example

White with #713232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713232; }

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

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

background-color css

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

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

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

border-color css

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

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

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