Html Css Color HEX #802933 Shiraz

📋 copy color: '#802933'

red 128 ◦ green 41 ◦ blue 51

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

Shades of Shiraz #802933

Tints of Shiraz #802933

RGB

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

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

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

R = 58.18%
G = 18.64%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#802933 (or 0x802933) is known color: Shiraz. HEX triplet: 80, 29 and 33. RGB value is (128,41,51). Sum of RGB (Red+Green+Blue) = 128+41+51=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #802933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802933 is #7FD6CC. Grayscale: #444444. Windows color (decimal): -8378061 or 3352960. OLE color: 3352960.

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

Color convert

RGB 128 41 51 -
CMYK 0 0.68 0.60 0.50
HSL 353.1º 0.51% 0.33% -
HSV(B) 353.1º 0.68% 0.5% -
XYZ 10.29 6.41 3.83 -
YUV 68.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 128 41 51 0 0.68 0.60 0.50 353.1 0.51 0.33
Hex 80 29 33 0 44 3C 32 161 33 21
Octal 200 51 63 0 104 74 62 541 63 41
Binary 10000000 101001 110011 0 1000100 111100 110010 101100001 110011 100001

Color Harmonies of #802933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802933

Black with #802933

Text Example


Text Example

White with #802933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802933; }

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

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

background-color css

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

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

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

border-color css

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

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

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