Html Css Color HEX #722625 Auburn

📋 copy color: '#722625'

red 114 ◦ green 38 ◦ blue 37

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

Shades of Auburn #722625

Tints of Auburn #722625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 60.32%
G = 20.11%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722625 (or 0x722625) is known color: Auburn. HEX triplet: 72, 26 and 25. RGB value is (114,38,37). Sum of RGB (Red+Green+Blue) = 114+38+37=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #722625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722625 is #8DD9DA. Grayscale: #3C3C3C. Windows color (decimal): -9296347 or 2434674. OLE color: 2434674.

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

Color convert

RGB 114 38 37 -
CMYK 0 0.67 0.68 0.55
HSL 0.78º 0.51% 0.3% -
HSV(B) 0.78º 0.68% 0.45% -
XYZ 7.97 5.1 2.31 -
YUV 60.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 114 38 37 0 0.67 0.68 0.55 0.78 0.51 0.3
Hex 72 26 25 0 43 44 37 1 33 1E
Octal 162 46 45 0 103 104 67 1 63 36
Binary 1110010 100110 100101 0 1000011 1000100 110111 1 110011 11110

Color Harmonies of #722625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722625

Black with #722625

Text Example


Text Example

White with #722625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722625; }

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

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

background-color css

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

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

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

border-color css

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

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

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