Html Css Color HEX #722D2B Auburn

📋 copy color: '#722D2B'

red 114 ◦ green 45 ◦ blue 43

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

Shades of Auburn #722D2B

Tints of Auburn #722D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.28%

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 56.44%
G = 22.28%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#722D2B (or 0x722D2B) is known color: Auburn. HEX triplet: 72, 2D and 2B. RGB value is (114,45,43). Sum of RGB (Red+Green+Blue) = 114+45+43=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D2B is #8DD2D4. Grayscale: #414141. Windows color (decimal): -9294549 or 2829682. OLE color: 2829682.

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

Color convert

RGB 114 45 43 -
CMYK 0 0.61 0.62 0.55
HSL 1.69º 0.45% 0.31% -
HSV(B) 1.69º 0.62% 0.45% -
XYZ 8.31 5.63 2.93 -
YUV 65.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 114 45 43 0 0.61 0.62 0.55 1.69 0.45 0.31
Hex 72 2D 2B 0 3D 3E 37 2 2D 1F
Octal 162 55 53 0 75 76 67 2 55 37
Binary 1110010 101101 101011 0 111101 111110 110111 10 101101 11111

Color Harmonies of #722D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722D2B

Black with #722D2B

Text Example


Text Example

White with #722D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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