Html Css Color HEX #722825 Auburn

📋 copy color: '#722825'

red 114 ◦ green 40 ◦ blue 37

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

Shades of Auburn #722825

Tints of Auburn #722825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 59.69%
G = 20.94%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722825 (or 0x722825) is known color: Auburn. HEX triplet: 72, 28 and 25. RGB value is (114,40,37). Sum of RGB (Red+Green+Blue) = 114+40+37=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722825 is #8DD7DA. Grayscale: #3D3D3D. Windows color (decimal): -9295835 or 2435186. OLE color: 2435186.

HSL color Cylindrical-coordinate representation of color #722825: hue angle of 2.34º 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 #722825 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 40 37 -
CMYK 0 0.65 0.68 0.55
HSL 2.34º 0.51% 0.3% -
HSV(B) 2.34º 0.68% 0.45% -
XYZ 8.03 5.23 2.34 -
YUV 61.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 114 40 37 0 0.65 0.68 0.55 2.34 0.51 0.3
Hex 72 28 25 0 41 44 37 2 33 1E
Octal 162 50 45 0 101 104 67 2 63 36
Binary 1110010 101000 100101 0 1000001 1000100 110111 10 110011 11110

Color Harmonies of #722825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722825

Black with #722825

Text Example


Text Example

White with #722825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722825; }

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

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

background-color css

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

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

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

border-color css

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

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

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