Html Css Color HEX #713030 Auburn

📋 copy color: '#713030'

red 113 ◦ green 48 ◦ blue 48

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

Shades of Auburn #713030

Tints of Auburn #713030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

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

R = 54.07%
G = 22.97%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713030 (or 0x713030) is known color: Auburn. HEX triplet: 71, 30 and 30. RGB value is (113,48,48). Sum of RGB (Red+Green+Blue) = 113+48+48=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713030 is #8ECFCF. Grayscale: #434343. Windows color (decimal): -9359312 or 3158129. OLE color: 3158129.

HSL color Cylindrical-coordinate representation of color #713030: hue angle of 0º 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 #713030 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 48 -
CMYK 0 0.58 0.58 0.56
HSL 0.4% 0.32% -
HSV(B) 0.58% 0.44% -
XYZ 8.4 5.84 3.48 -
YUV 67.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 113 48 48 0 0.58 0.58 0.56 0 0.4 0.32
Hex 71 30 30 0 3A 3A 38 0 28 20
Octal 161 60 60 0 72 72 70 0 50 40
Binary 1110001 110000 110000 0 111010 111010 111000 0 101000 100000

Color Harmonies of #713030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713030

Black with #713030

Text Example


Text Example

White with #713030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713030; }

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

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

background-color css

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

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

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

border-color css

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

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

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