Html Css Color HEX #722323 Auburn

📋 copy color: '#722323'

red 114 ◦ green 35 ◦ blue 35

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

Shades of Auburn #722323

Tints of Auburn #722323

RGB

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

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

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

R = 61.96%
G = 19.02%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#722323 (or 0x722323) is known color: Auburn. HEX triplet: 72, 23 and 23. RGB value is (114,35,35). Sum of RGB (Red+Green+Blue) = 114+35+35=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722323 is #8DDCDC. Grayscale: #3A3A3A. Windows color (decimal): -9297117 or 2302834. OLE color: 2302834.

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

Color convert

RGB 114 35 35 -
CMYK 0 0.69 0.69 0.55
HSL 0.53% 0.29% -
HSV(B) 0.69% 0.45% -
XYZ 7.84 4.9 2.12 -
YUV 58.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 114 35 35 0 0.69 0.69 0.55 0 0.53 0.29
Hex 72 23 23 0 45 45 37 0 35 1D
Octal 162 43 43 0 105 105 67 0 65 35
Binary 1110010 100011 100011 0 1000101 1000101 110111 0 110101 11101

Color Harmonies of #722323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722323

Black with #722323

Text Example


Text Example

White with #722323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722323; }

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

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

background-color css

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

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

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

border-color css

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

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

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