Html Css Color HEX #802935 Shiraz

📋 copy color: '#802935'

red 128 ◦ green 41 ◦ blue 53

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

Shades of Shiraz #802935

Tints of Shiraz #802935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 57.66%
G = 18.47%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#802935 (or 0x802935) is known color: Shiraz. HEX triplet: 80, 29 and 35. RGB value is (128,41,53). Sum of RGB (Red+Green+Blue) = 128+41+53=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #802935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802935 is #7FD6CA. Grayscale: #444444. Windows color (decimal): -8378059 or 3484032. OLE color: 3484032.

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

Color convert

RGB 128 41 53 -
CMYK 0 0.68 0.59 0.50
HSL 351.72º 0.51% 0.33% -
HSV(B) 351.72º 0.68% 0.5% -
XYZ 10.34 6.43 4.06 -
YUV 68.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 128 41 53 0 0.68 0.59 0.50 351.72 0.51 0.33
Hex 80 29 35 0 44 3B 32 160 33 21
Octal 200 51 65 0 104 73 62 540 63 41
Binary 10000000 101001 110101 0 1000100 111011 110010 101100000 110011 100001

Color Harmonies of #802935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802935

Black with #802935

Text Example


Text Example

White with #802935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802935; }

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

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

background-color css

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

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

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

border-color css

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

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

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