Html Css Color HEX #802936 Shiraz

📋 copy color: '#802936'

red 128 ◦ green 41 ◦ blue 54

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

Shades of Shiraz #802936

Tints of Shiraz #802936

RGB

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

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

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

R = 57.4%
G = 18.39%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#802936 (or 0x802936) is known color: Shiraz. HEX triplet: 80, 29 and 36. RGB value is (128,41,54). Sum of RGB (Red+Green+Blue) = 128+41+54=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802936 is #7FD6C9. Grayscale: #444444. Windows color (decimal): -8378058 or 3549568. OLE color: 3549568.

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

Color convert

RGB 128 41 54 -
CMYK 0 0.68 0.58 0.50
HSL 351.03º 0.51% 0.33% -
HSV(B) 351.03º 0.68% 0.5% -
XYZ 10.36 6.44 4.19 -
YUV 68.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 128 41 54 0 0.68 0.58 0.50 351.03 0.51 0.33
Hex 80 29 36 0 44 3A 32 15F 33 21
Octal 200 51 66 0 104 72 62 537 63 41
Binary 10000000 101001 110110 0 1000100 111010 110010 101011111 110011 100001

Color Harmonies of #802936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802936

Black with #802936

Text Example


Text Example

White with #802936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802936; }

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

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

background-color css

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

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

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

border-color css

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

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

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