Html Css Color HEX #802537 Shiraz

📋 copy color: '#802537'

red 128 ◦ green 37 ◦ blue 55

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

Shades of Shiraz #802537

Tints of Shiraz #802537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 58.18%
G = 16.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#802537 (or 0x802537) is known color: Shiraz. HEX triplet: 80, 25 and 37. RGB value is (128,37,55). Sum of RGB (Red+Green+Blue) = 128+37+55=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #802537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802537 is #7FDAC8. Grayscale: #424242. Windows color (decimal): -8379081 or 3614080. OLE color: 3614080.

HSL color Cylindrical-coordinate representation of color #802537: hue angle of 348.13º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802537 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 55 -
CMYK 0 0.71 0.57 0.50
HSL 348.13º 0.55% 0.32% -
HSV(B) 348.13º 0.71% 0.5% -
XYZ 10.25 6.19 4.27 -
YUV 66.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 128 37 55 0 0.71 0.57 0.50 348.13 0.55 0.32
Hex 80 25 37 0 47 39 32 15C 37 20
Octal 200 45 67 0 107 71 62 534 67 40
Binary 10000000 100101 110111 0 1000111 111001 110010 101011100 110111 100000

Color Harmonies of #802537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802537

Black with #802537

Text Example


Text Example

White with #802537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802537; }

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

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

background-color css

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

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

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

border-color css

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

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

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