Html Css Color HEX #722925 Auburn

📋 copy color: '#722925'

red 114 ◦ green 41 ◦ blue 37

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

Shades of Auburn #722925

Tints of Auburn #722925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 59.38%
G = 21.35%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722925 (or 0x722925) is known color: Auburn. HEX triplet: 72, 29 and 25. RGB value is (114,41,37). Sum of RGB (Red+Green+Blue) = 114+41+37=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #722925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722925 is #8DD6DA. Grayscale: #3E3E3E. Windows color (decimal): -9295579 or 2435442. OLE color: 2435442.

HSL color Cylindrical-coordinate representation of color #722925: hue angle of 3.12º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722925 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 41 37 -
CMYK 0 0.64 0.68 0.55
HSL 3.12º 0.51% 0.3% -
HSV(B) 3.12º 0.68% 0.45% -
XYZ 8.07 5.3 2.35 -
YUV 62.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 114 41 37 0 0.64 0.68 0.55 3.12 0.51 0.3
Hex 72 29 25 0 40 44 37 3 33 1E
Octal 162 51 45 0 100 104 67 3 63 36
Binary 1110010 101001 100101 0 1000000 1000100 110111 11 110011 11110

Color Harmonies of #722925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722925

Black with #722925

Text Example


Text Example

White with #722925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722925; }

 p { color: rgb(114,41,37); }

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

background-color css

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

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

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

border-color css

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

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

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