Html Css Color HEX #722E2B Auburn

📋 copy color: '#722E2B'

red 114 ◦ green 46 ◦ blue 43

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

Shades of Auburn #722E2B

Tints of Auburn #722E2B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.66%

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

R = 56.16%
G = 22.66%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#722E2B (or 0x722E2B) is known color: Auburn. HEX triplet: 72, 2E and 2B. RGB value is (114,46,43). Sum of RGB (Red+Green+Blue) = 114+46+43=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2B is #8DD1D4. Grayscale: #424242. Windows color (decimal): -9294293 or 2829938. OLE color: 2829938.

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

Color convert

RGB 114 46 43 -
CMYK 0 0.60 0.62 0.55
HSL 2.54º 0.45% 0.31% -
HSV(B) 2.54º 0.62% 0.45% -
XYZ 8.35 5.71 2.95 -
YUV 65.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 114 46 43 0 0.60 0.62 0.55 2.54 0.45 0.31
Hex 72 2E 2B 0 3C 3E 37 3 2D 1F
Octal 162 56 53 0 74 76 67 3 55 37
Binary 1110010 101110 101011 0 111100 111110 110111 11 101101 11111

Color Harmonies of #722E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722E2B

Black with #722E2B

Text Example


Text Example

White with #722E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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