Html Css Color HEX #712423 Auburn

📋 copy color: '#712423'

red 113 ◦ green 36 ◦ blue 35

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

Shades of Auburn #712423

Tints of Auburn #712423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 61.41%
G = 19.57%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#712423 (or 0x712423) is known color: Auburn. HEX triplet: 71, 24 and 23. RGB value is (113,36,35). Sum of RGB (Red+Green+Blue) = 113+36+35=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712423 is #8EDBDC. Grayscale: #3A3A3A. Windows color (decimal): -9362397 or 2303089. OLE color: 2303089.

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

Color convert

RGB 113 36 35 -
CMYK 0 0.68 0.69 0.56
HSL 0.77º 0.53% 0.29% -
HSV(B) 0.77º 0.69% 0.44% -
XYZ 7.74 4.89 2.13 -
YUV 58.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 113 36 35 0 0.68 0.69 0.56 0.77 0.53 0.29
Hex 71 24 23 0 44 45 38 1 35 1D
Octal 161 44 43 0 104 105 70 1 65 35
Binary 1110001 100100 100011 0 1000100 1000101 111000 1 110101 11101

Color Harmonies of #712423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712423

Black with #712423

Text Example


Text Example

White with #712423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712423; }

 p { color: rgb(113,36,35); }

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

background-color css

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

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

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

border-color css

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

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

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