Html Css Color HEX #802639 Shiraz

📋 copy color: '#802639'

red 128 ◦ green 38 ◦ blue 57

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

Shades of Shiraz #802639

Tints of Shiraz #802639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 57.4%
G = 17.04%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#802639 (or 0x802639) is known color: Shiraz. HEX triplet: 80, 26 and 39. RGB value is (128,38,57). Sum of RGB (Red+Green+Blue) = 128+38+57=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802639 is #7FD9C6. Grayscale: #434343. Windows color (decimal): -8378823 or 3745408. OLE color: 3745408.

HSL color Cylindrical-coordinate representation of color #802639: hue angle of 347.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802639 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 57 -
CMYK 0 0.70 0.55 0.50
HSL 347.33º 0.54% 0.33% -
HSV(B) 347.33º 0.7% 0.5% -
XYZ 10.33 6.27 4.54 -
YUV 67.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 128 38 57 0 0.70 0.55 0.50 347.33 0.54 0.33
Hex 80 26 39 0 46 37 32 15B 36 21
Octal 200 46 71 0 106 67 62 533 66 41
Binary 10000000 100110 111001 0 1000110 110111 110010 101011011 110110 100001

Color Harmonies of #802639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802639

Black with #802639

Text Example


Text Example

White with #802639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802639; }

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

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

background-color css

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

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

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

border-color css

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

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

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