Html Css Color HEX #722525 Auburn

📋 copy color: '#722525'

red 114 ◦ green 37 ◦ blue 37

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

Shades of Auburn #722525

Tints of Auburn #722525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 60.64%
G = 19.68%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722525 (or 0x722525) is known color: Auburn. HEX triplet: 72, 25 and 25. RGB value is (114,37,37). Sum of RGB (Red+Green+Blue) = 114+37+37=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #722525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722525 is #8DDADA. Grayscale: #3C3C3C. Windows color (decimal): -9296603 or 2434418. OLE color: 2434418.

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

Color convert

RGB 114 37 37 -
CMYK 0 0.68 0.68 0.55
HSL 0.51% 0.3% -
HSV(B) 0.68% 0.45% -
XYZ 7.93 5.03 2.3 -
YUV 60.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 114 37 37 0 0.68 0.68 0.55 0 0.51 0.3
Hex 72 25 25 0 44 44 37 0 33 1E
Octal 162 45 45 0 104 104 67 0 63 36
Binary 1110010 100101 100101 0 1000100 1000100 110111 0 110011 11110

Color Harmonies of #722525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722525

Black with #722525

Text Example


Text Example

White with #722525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722525; }

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

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

background-color css

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

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

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

border-color css

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

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

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