Html Css Color HEX #802934 Shiraz

📋 copy color: '#802934'

red 128 ◦ green 41 ◦ blue 52

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

Shades of Shiraz #802934

Tints of Shiraz #802934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 57.92%
G = 18.55%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#802934 (or 0x802934) is known color: Shiraz. HEX triplet: 80, 29 and 34. RGB value is (128,41,52). Sum of RGB (Red+Green+Blue) = 128+41+52=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #802934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802934 is #7FD6CB. Grayscale: #444444. Windows color (decimal): -8378060 or 3418496. OLE color: 3418496.

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

Color convert

RGB 128 41 52 -
CMYK 0 0.68 0.59 0.50
HSL 352.41º 0.51% 0.33% -
HSV(B) 352.41º 0.68% 0.5% -
XYZ 10.31 6.42 3.94 -
YUV 68.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 128 41 52 0 0.68 0.59 0.50 352.41 0.51 0.33
Hex 80 29 34 0 44 3B 32 160 33 21
Octal 200 51 64 0 104 73 62 540 63 41
Binary 10000000 101001 110100 0 1000100 111011 110010 101100000 110011 100001

Color Harmonies of #802934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802934

Black with #802934

Text Example


Text Example

White with #802934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802934; }

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

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

background-color css

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

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

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

border-color css

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

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

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