Html Css Color HEX #722A26 Auburn

📋 copy color: '#722A26'

red 114 ◦ green 42 ◦ blue 38

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

Shades of Auburn #722A26

Tints of Auburn #722A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.65%

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

R = 58.76%
G = 21.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#722A26 (or 0x722A26) is known color: Auburn. HEX triplet: 72, 2A and 26. RGB value is (114,42,38). Sum of RGB (Red+Green+Blue) = 114+42+38=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A26 is #8DD5D9. Grayscale: #3F3F3F. Windows color (decimal): -9295322 or 2501234. OLE color: 2501234.

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

Color convert

RGB 114 42 38 -
CMYK 0 0.63 0.67 0.55
HSL 3.16º 0.5% 0.3% -
HSV(B) 3.16º 0.67% 0.45% -
XYZ 8.12 5.37 2.44 -
YUV 63.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 114 42 38 0 0.63 0.67 0.55 3.16 0.5 0.3
Hex 72 2A 26 0 3F 43 37 3 32 1E
Octal 162 52 46 0 77 103 67 3 62 36
Binary 1110010 101010 100110 0 111111 1000011 110111 11 110010 11110

Color Harmonies of #722A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722A26

Black with #722A26

Text Example


Text Example

White with #722A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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