Html Css Color HEX #802539 Shiraz

📋 copy color: '#802539'

red 128 ◦ green 37 ◦ blue 57

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

Shades of Shiraz #802539

Tints of Shiraz #802539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 57.66%
G = 16.67%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#802539 (or 0x802539) is known color: Shiraz. HEX triplet: 80, 25 and 39. RGB value is (128,37,57). Sum of RGB (Red+Green+Blue) = 128+37+57=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #802539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802539 is #7FDAC6. Grayscale: #424242. Windows color (decimal): -8379079 or 3745152. OLE color: 3745152.

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

Color convert

RGB 128 37 57 -
CMYK 0 0.71 0.55 0.50
HSL 346.81º 0.55% 0.32% -
HSV(B) 346.81º 0.71% 0.5% -
XYZ 10.3 6.21 4.53 -
YUV 66.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 128 37 57 0 0.71 0.55 0.50 346.81 0.55 0.32
Hex 80 25 39 0 47 37 32 15B 37 20
Octal 200 45 71 0 107 67 62 533 67 40
Binary 10000000 100101 111001 0 1000111 110111 110010 101011011 110111 100000

Color Harmonies of #802539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802539

Black with #802539

Text Example


Text Example

White with #802539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802539; }

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

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

background-color css

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

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

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

border-color css

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

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

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