Html Css Color HEX #722A29 Auburn

📋 copy color: '#722A29'

red 114 ◦ green 42 ◦ blue 41

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

Shades of Auburn #722A29

Tints of Auburn #722A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

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

R = 57.87%
G = 21.32%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#722A29 (or 0x722A29) is known color: Auburn. HEX triplet: 72, 2A and 29. RGB value is (114,42,41). Sum of RGB (Red+Green+Blue) = 114+42+41=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #722A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A29 is #8DD5D6. Grayscale: #3F3F3F. Windows color (decimal): -9295319 or 2697842. OLE color: 2697842.

HSL color Cylindrical-coordinate representation of color #722A29: hue angle of 0.82º 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 #722A29 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 42 41 -
CMYK 0 0.63 0.64 0.55
HSL 0.82º 0.47% 0.3% -
HSV(B) 0.82º 0.64% 0.45% -
XYZ 8.17 5.39 2.71 -
YUV 63.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 114 42 41 0 0.63 0.64 0.55 0.82 0.47 0.3
Hex 72 2A 29 0 3F 40 37 1 2F 1E
Octal 162 52 51 0 77 100 67 1 57 36
Binary 1110010 101010 101001 0 111111 1000000 110111 1 101111 11110

Color Harmonies of #722A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722A29

Black with #722A29

Text Example


Text Example

White with #722A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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