Html Css Color HEX #802D32 Shiraz

📋 copy color: '#802D32'

red 128 ◦ green 45 ◦ blue 50

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

Shades of Shiraz #802D32

Tints of Shiraz #802D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 57.4%
G = 20.18%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#802D32 (or 0x802D32) is known color: Shiraz. HEX triplet: 80, 2D and 32. RGB value is (128,45,50). Sum of RGB (Red+Green+Blue) = 128+45+50=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D32 is #7FD2CD. Grayscale: #464646. Windows color (decimal): -8377038 or 3288448. OLE color: 3288448.

HSL color Cylindrical-coordinate representation of color #802D32: hue angle of 356.39º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D32 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 45 50 -
CMYK 0 0.65 0.61 0.50
HSL 356.39º 0.48% 0.34% -
HSV(B) 356.39º 0.65% 0.5% -
XYZ 10.42 6.7 3.76 -
YUV 70.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 128 45 50 0 0.65 0.61 0.50 356.39 0.48 0.34
Hex 80 2D 32 0 41 3D 32 164 30 22
Octal 200 55 62 0 101 75 62 544 60 42
Binary 10000000 101101 110010 0 1000001 111101 110010 101100100 110000 100010

Color Harmonies of #802D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D32

Black with #802D32

Text Example


Text Example

White with #802D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802D32; }

 p { color: rgb(128,45,50); }

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

background-color css

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

 a { background-color: rgb(128,45,50); }

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

border-color css

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

 span { border-color: rgb(128,45,50); }

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