Html Css Color HEX #802833 Shiraz

📋 copy color: '#802833'

red 128 ◦ green 40 ◦ blue 51

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

Shades of Shiraz #802833

Tints of Shiraz #802833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 58.45%
G = 18.26%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#802833 (or 0x802833) is known color: Shiraz. HEX triplet: 80, 28 and 33. RGB value is (128,40,51). Sum of RGB (Red+Green+Blue) = 128+40+51=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #802833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802833 is #7FD7CC. Grayscale: #434343. Windows color (decimal): -8378317 or 3352704. OLE color: 3352704.

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

Color convert

RGB 128 40 51 -
CMYK 0 0.69 0.60 0.50
HSL 352.5º 0.52% 0.33% -
HSV(B) 352.5º 0.69% 0.5% -
XYZ 10.26 6.35 3.82 -
YUV 67.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 128 40 51 0 0.69 0.60 0.50 352.5 0.52 0.33
Hex 80 28 33 0 45 3C 32 160 34 21
Octal 200 50 63 0 105 74 62 540 64 41
Binary 10000000 101000 110011 0 1000101 111100 110010 101100000 110100 100001

Color Harmonies of #802833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802833

Black with #802833

Text Example


Text Example

White with #802833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802833; }

 p { color: rgb(128,40,51); }

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

background-color css

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

 a { background-color: rgb(128,40,51); }

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

border-color css

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

 span { border-color: rgb(128,40,51); }

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