Html Css Color HEX #722A27 Auburn

📋 copy color: '#722A27'

red 114 ◦ green 42 ◦ blue 39

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

Shades of Auburn #722A27

Tints of Auburn #722A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

 BLUE value IS 39 (15.63% from 255) = 20%

R = 58.46%
G = 21.54%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#722A27 (or 0x722A27) is known color: Auburn. HEX triplet: 72, 2A and 27. RGB value is (114,42,39). Sum of RGB (Red+Green+Blue) = 114+42+39=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A27 is #8DD5D8. Grayscale: #3F3F3F. Windows color (decimal): -9295321 or 2566770. OLE color: 2566770.

HSL color Cylindrical-coordinate representation of color #722A27: hue angle of 2.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722A27 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 42 39 -
CMYK 0 0.63 0.66 0.55
HSL 2.4º 0.49% 0.3% -
HSV(B) 2.4º 0.66% 0.45% -
XYZ 8.13 5.38 2.53 -
YUV 63.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 114 42 39 0 0.63 0.66 0.55 2.4 0.49 0.3
Hex 72 2A 27 0 3F 42 37 2 31 1E
Octal 162 52 47 0 77 102 67 2 61 36
Binary 1110010 101010 100111 0 111111 1000010 110111 10 110001 11110

Color Harmonies of #722A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722A27

Black with #722A27

Text Example


Text Example

White with #722A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,42,39); }

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

background-color css

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

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

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

border-color css

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

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

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