Html Css Color HEX #723232 Auburn

📋 copy color: '#723232'

red 114 ◦ green 50 ◦ blue 50

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

Shades of Auburn #723232

Tints of Auburn #723232

RGB

 RED value IS 114 (44.92% from 255) = 53.27%

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

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

R = 53.27%
G = 23.36%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#723232 (or 0x723232) is known color: Auburn. HEX triplet: 72, 32 and 32. RGB value is (114,50,50). Sum of RGB (Red+Green+Blue) = 114+50+50=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #723232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723232 is #8DCDCD. Grayscale: #454545. Windows color (decimal): -9293262 or 3289714. OLE color: 3289714.

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

Color convert

RGB 114 50 50 -
CMYK 0 0.56 0.56 0.55
HSL 0.39% 0.32% -
HSV(B) 0.56% 0.45% -
XYZ 8.66 6.09 3.74 -
YUV 69.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 114 50 50 0 0.56 0.56 0.55 0 0.39 0.32
Hex 72 32 32 0 38 38 37 0 27 20
Octal 162 62 62 0 70 70 67 0 47 40
Binary 1110010 110010 110010 0 111000 111000 110111 0 100111 100000

Color Harmonies of #723232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723232

Black with #723232

Text Example


Text Example

White with #723232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723232; }

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

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

background-color css

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

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

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

border-color css

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

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

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