Html Css Color HEX #722929 Auburn

📋 copy color: '#722929'

red 114 ◦ green 41 ◦ blue 41

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

Shades of Auburn #722929

Tints of Auburn #722929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 41 (16.41% from 255) = 20.92%

R = 58.16%
G = 20.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#722929 (or 0x722929) is known color: Auburn. HEX triplet: 72, 29 and 29. RGB value is (114,41,41). Sum of RGB (Red+Green+Blue) = 114+41+41=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722929 is #8DD6D6. Grayscale: #3E3E3E. Windows color (decimal): -9295575 or 2697586. OLE color: 2697586.

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

Color convert

RGB 114 41 41 -
CMYK 0 0.64 0.64 0.55
HSL 0.47% 0.3% -
HSV(B) 0.64% 0.45% -
XYZ 8.13 5.32 2.7 -
YUV 62.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 114 41 41 0 0.64 0.64 0.55 0 0.47 0.3
Hex 72 29 29 0 40 40 37 0 2F 1E
Octal 162 51 51 0 100 100 67 0 57 36
Binary 1110010 101001 101001 0 1000000 1000000 110111 0 101111 11110

Color Harmonies of #722929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722929

Black with #722929

Text Example


Text Example

White with #722929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722929; }

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

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

background-color css

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

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

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

border-color css

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

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

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