Html Css Color HEX #713330 Auburn

📋 copy color: '#713330'

red 113 ◦ green 51 ◦ blue 48

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

Shades of Auburn #713330

Tints of Auburn #713330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 53.3%
G = 24.06%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713330 (or 0x713330) is known color: Auburn. HEX triplet: 71, 33 and 30. RGB value is (113,51,48). Sum of RGB (Red+Green+Blue) = 113+51+48=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713330 is #8ECCCF. Grayscale: #454545. Windows color (decimal): -9358544 or 3158897. OLE color: 3158897.

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

Color convert

RGB 113 51 48 -
CMYK 0 0.55 0.58 0.56
HSL 2.77º 0.4% 0.32% -
HSV(B) 2.77º 0.58% 0.44% -
XYZ 8.53 6.09 3.52 -
YUV 69.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 113 51 48 0 0.55 0.58 0.56 2.77 0.4 0.32
Hex 71 33 30 0 37 3A 38 3 28 20
Octal 161 63 60 0 67 72 70 3 50 40
Binary 1110001 110011 110000 0 110111 111010 111000 11 101000 100000

Color Harmonies of #713330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713330

Black with #713330

Text Example


Text Example

White with #713330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713330; }

 p { color: rgb(113,51,48); }

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

background-color css

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

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

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

border-color css

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

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

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