Html Css Color HEX #722B29 Auburn

📋 copy color: '#722B29'

red 114 ◦ green 43 ◦ blue 41

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

Shades of Auburn #722B29

Tints of Auburn #722B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

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

R = 57.58%
G = 21.72%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#722B29 (or 0x722B29) is known color: Auburn. HEX triplet: 72, 2B and 29. RGB value is (114,43,41). Sum of RGB (Red+Green+Blue) = 114+43+41=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B29 is #8DD4D6. Grayscale: #404040. Windows color (decimal): -9295063 or 2698098. OLE color: 2698098.

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

Color convert

RGB 114 43 41 -
CMYK 0 0.62 0.64 0.55
HSL 1.64º 0.47% 0.3% -
HSV(B) 1.64º 0.64% 0.45% -
XYZ 8.2 5.47 2.72 -
YUV 64 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 114 43 41 0 0.62 0.64 0.55 1.64 0.47 0.3
Hex 72 2B 29 0 3E 40 37 2 2F 1E
Octal 162 53 51 0 76 100 67 2 57 36
Binary 1110010 101011 101001 0 111110 1000000 110111 10 101111 11110

Color Harmonies of #722B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722B29

Black with #722B29

Text Example


Text Example

White with #722B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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