Html Css Color HEX #802636 Shiraz

📋 copy color: '#802636'

red 128 ◦ green 38 ◦ blue 54

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

Shades of Shiraz #802636

Tints of Shiraz #802636

RGB

 RED value IS 128 (50.39% from 255) = 58.18%

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 58.18%
G = 17.27%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#802636 (or 0x802636) is known color: Shiraz. HEX triplet: 80, 26 and 36. RGB value is (128,38,54). Sum of RGB (Red+Green+Blue) = 128+38+54=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #802636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802636 is #7FD9C9. Grayscale: #424242. Windows color (decimal): -8378826 or 3548800. OLE color: 3548800.

HSL color Cylindrical-coordinate representation of color #802636: hue angle of 349.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802636 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 54 -
CMYK 0 0.70 0.58 0.50
HSL 349.33º 0.54% 0.33% -
HSV(B) 349.33º 0.7% 0.5% -
XYZ 10.26 6.24 4.15 -
YUV 66.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 128 38 54 0 0.70 0.58 0.50 349.33 0.54 0.33
Hex 80 26 36 0 46 3A 32 15D 36 21
Octal 200 46 66 0 106 72 62 535 66 41
Binary 10000000 100110 110110 0 1000110 111010 110010 101011101 110110 100001

Color Harmonies of #802636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802636

Black with #802636

Text Example


Text Example

White with #802636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802636; }

 p { color: rgb(128,38,54); }

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

background-color css

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

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

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

border-color css

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

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

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