Html Css Color HEX #722F2B Auburn

📋 copy color: '#722F2B'

red 114 ◦ green 47 ◦ blue 43

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

Shades of Auburn #722F2B

Tints of Auburn #722F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

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

R = 55.88%
G = 23.04%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#722F2B (or 0x722F2B) is known color: Auburn. HEX triplet: 72, 2F and 2B. RGB value is (114,47,43). Sum of RGB (Red+Green+Blue) = 114+47+43=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F2B is #8DD0D4. Grayscale: #424242. Windows color (decimal): -9294037 or 2830194. OLE color: 2830194.

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

Color convert

RGB 114 47 43 -
CMYK 0 0.59 0.62 0.55
HSL 3.38º 0.45% 0.31% -
HSV(B) 3.38º 0.62% 0.45% -
XYZ 8.39 5.78 2.96 -
YUV 66.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 114 47 43 0 0.59 0.62 0.55 3.38 0.45 0.31
Hex 72 2F 2B 0 3B 3E 37 3 2D 1F
Octal 162 57 53 0 73 76 67 3 55 37
Binary 1110010 101111 101011 0 111011 111110 110111 11 101101 11111

Color Harmonies of #722F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722F2B

Black with #722F2B

Text Example


Text Example

White with #722F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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