Html Css Color HEX #802832 Shiraz

📋 copy color: '#802832'

red 128 ◦ green 40 ◦ blue 50

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

Shades of Shiraz #802832

Tints of Shiraz #802832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 58.72%
G = 18.35%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#802832 (or 0x802832) is known color: Shiraz. HEX triplet: 80, 28 and 32. RGB value is (128,40,50). Sum of RGB (Red+Green+Blue) = 128+40+50=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802832 is #7FD7CD. Grayscale: #434343. Windows color (decimal): -8378318 or 3287168. OLE color: 3287168.

HSL color Cylindrical-coordinate representation of color #802832: hue angle of 353.18º 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 #802832 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 50 -
CMYK 0 0.69 0.61 0.50
HSL 353.18º 0.52% 0.33% -
HSV(B) 353.18º 0.69% 0.5% -
XYZ 10.24 6.34 3.7 -
YUV 67.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 128 40 50 0 0.69 0.61 0.50 353.18 0.52 0.33
Hex 80 28 32 0 45 3D 32 161 34 21
Octal 200 50 62 0 105 75 62 541 64 41
Binary 10000000 101000 110010 0 1000101 111101 110010 101100001 110100 100001

Color Harmonies of #802832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802832

Black with #802832

Text Example


Text Example

White with #802832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802832; }

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

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

background-color css

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

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

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

border-color css

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

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

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