Html Css Color HEX #722D2D Auburn

📋 copy color: '#722D2D'

red 114 ◦ green 45 ◦ blue 45

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

Shades of Auburn #722D2D

Tints of Auburn #722D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 55.88%
G = 22.06%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#722D2D (or 0x722D2D) is known color: Auburn. HEX triplet: 72, 2D and 2D. RGB value is (114,45,45). Sum of RGB (Red+Green+Blue) = 114+45+45=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D2D is #8DD2D2. Grayscale: #414141. Windows color (decimal): -9294547 or 2960754. OLE color: 2960754.

HSL color Cylindrical-coordinate representation of color #722D2D: 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.61%. Process color model (Four color, CMYK) of #722D2D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 45 45 -
CMYK 0 0.61 0.61 0.55
HSL 0.43% 0.31% -
HSV(B) 0.61% 0.45% -
XYZ 8.35 5.64 3.13 -
YUV 65.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 114 45 45 0 0.61 0.61 0.55 0 0.43 0.31
Hex 72 2D 2D 0 3D 3D 37 0 2B 1F
Octal 162 55 55 0 75 75 67 0 53 37
Binary 1110010 101101 101101 0 111101 111101 110111 0 101011 11111

Color Harmonies of #722D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722D2D

Black with #722D2D

Text Example


Text Example

White with #722D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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