Html Css Color HEX #722E2E Auburn

📋 copy color: '#722E2E'

red 114 ◦ green 46 ◦ blue 46

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

Shades of Auburn #722E2E

Tints of Auburn #722E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 55.34%
G = 22.33%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#722E2E (or 0x722E2E) is known color: Auburn. HEX triplet: 72, 2E and 2E. RGB value is (114,46,46). Sum of RGB (Red+Green+Blue) = 114+46+46=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2E is #8DD1D1. Grayscale: #424242. Windows color (decimal): -9294290 or 3026546. OLE color: 3026546.

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

Color convert

RGB 114 46 46 -
CMYK 0 0.60 0.60 0.55
HSL 0.43% 0.31% -
HSV(B) 0.6% 0.45% -
XYZ 8.41 5.73 3.25 -
YUV 66.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 114 46 46 0 0.60 0.60 0.55 0 0.43 0.31
Hex 72 2E 2E 0 3C 3C 37 0 2A 1F
Octal 162 56 56 0 74 74 67 0 52 37
Binary 1110010 101110 101110 0 111100 111100 110111 0 101010 11111

Color Harmonies of #722E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722E2E

Black with #722E2E

Text Example


Text Example

White with #722E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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