Html Css Color HEX #722926 Auburn

📋 copy color: '#722926'

red 114 ◦ green 41 ◦ blue 38

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

Shades of Auburn #722926

Tints of Auburn #722926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

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

R = 59.07%
G = 21.24%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#722926 (or 0x722926) is known color: Auburn. HEX triplet: 72, 29 and 26. RGB value is (114,41,38). Sum of RGB (Red+Green+Blue) = 114+41+38=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722926 is #8DD6D9. Grayscale: #3E3E3E. Windows color (decimal): -9295578 or 2500978. OLE color: 2500978.

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

Color convert

RGB 114 41 38 -
CMYK 0 0.64 0.67 0.55
HSL 2.37º 0.5% 0.3% -
HSV(B) 2.37º 0.67% 0.45% -
XYZ 8.08 5.3 2.43 -
YUV 62.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 114 41 38 0 0.64 0.67 0.55 2.37 0.5 0.3
Hex 72 29 26 0 40 43 37 2 32 1E
Octal 162 51 46 0 100 103 67 2 62 36
Binary 1110010 101001 100110 0 1000000 1000011 110111 10 110010 11110

Color Harmonies of #722926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722926

Black with #722926

Text Example


Text Example

White with #722926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722926; }

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

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

background-color css

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

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

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

border-color css

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

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

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