Html Css Color HEX #722626 Auburn

📋 copy color: '#722626'

red 114 ◦ green 38 ◦ blue 38

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

Shades of Auburn #722626

Tints of Auburn #722626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#722626 (or 0x722626) is known color: Auburn. HEX triplet: 72, 26 and 26. RGB value is (114,38,38). Sum of RGB (Red+Green+Blue) = 114+38+38=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #722626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722626 is #8DD9D9. Grayscale: #3C3C3C. Windows color (decimal): -9296346 or 2500210. OLE color: 2500210.

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

Color convert

RGB 114 38 38 -
CMYK 0 0.67 0.67 0.55
HSL 0.5% 0.3% -
HSV(B) 0.67% 0.45% -
XYZ 7.98 5.1 2.4 -
YUV 60.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 114 38 38 0 0.67 0.67 0.55 0 0.5 0.3
Hex 72 26 26 0 43 43 37 0 32 1E
Octal 162 46 46 0 103 103 67 0 62 36
Binary 1110010 100110 100110 0 1000011 1000011 110111 0 110010 11110

Color Harmonies of #722626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722626

Black with #722626

Text Example


Text Example

White with #722626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722626; }

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

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

background-color css

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

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

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

border-color css

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

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

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