Html Css Color HEX #802931 Shiraz

📋 copy color: '#802931'

red 128 ◦ green 41 ◦ blue 49

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

Shades of Shiraz #802931

Tints of Shiraz #802931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 58.72%
G = 18.81%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#802931 (or 0x802931) is known color: Shiraz. HEX triplet: 80, 29 and 31. RGB value is (128,41,49). Sum of RGB (Red+Green+Blue) = 128+41+49=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802931 is #7FD6CE. Grayscale: #434343. Windows color (decimal): -8378063 or 3221888. OLE color: 3221888.

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

Color convert

RGB 128 41 49 -
CMYK 0 0.68 0.62 0.50
HSL 354.48º 0.51% 0.33% -
HSV(B) 354.48º 0.68% 0.5% -
XYZ 10.25 6.4 3.6 -
YUV 67.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 128 41 49 0 0.68 0.62 0.50 354.48 0.51 0.33
Hex 80 29 31 0 44 3E 32 162 33 21
Octal 200 51 61 0 104 76 62 542 63 41
Binary 10000000 101001 110001 0 1000100 111110 110010 101100010 110011 100001

Color Harmonies of #802931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802931

Black with #802931

Text Example


Text Example

White with #802931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802931; }

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

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

background-color css

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

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

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

border-color css

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

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

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