Html Css Color HEX #802837 Shiraz

📋 copy color: '#802837'

red 128 ◦ green 40 ◦ blue 55

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

Shades of Shiraz #802837

Tints of Shiraz #802837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 57.4%
G = 17.94%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#802837 (or 0x802837) is known color: Shiraz. HEX triplet: 80, 28 and 37. RGB value is (128,40,55). Sum of RGB (Red+Green+Blue) = 128+40+55=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802837 is #7FD7C8. Grayscale: #444444. Windows color (decimal): -8378313 or 3614848. OLE color: 3614848.

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

Color convert

RGB 128 40 55 -
CMYK 0 0.69 0.57 0.50
HSL 349.77º 0.52% 0.33% -
HSV(B) 349.77º 0.69% 0.5% -
XYZ 10.35 6.38 4.3 -
YUV 68.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 128 40 55 0 0.69 0.57 0.50 349.77 0.52 0.33
Hex 80 28 37 0 45 39 32 15E 34 21
Octal 200 50 67 0 105 71 62 536 64 41
Binary 10000000 101000 110111 0 1000101 111001 110010 101011110 110100 100001

Color Harmonies of #802837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802837

Black with #802837

Text Example


Text Example

White with #802837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802837; }

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

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

background-color css

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

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

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

border-color css

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

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

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