Html Css Color HEX #802B32 Shiraz

📋 copy color: '#802B32'

red 128 ◦ green 43 ◦ blue 50

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

Shades of Shiraz #802B32

Tints of Shiraz #802B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 57.92%
G = 19.46%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#802B32 (or 0x802B32) is known color: Shiraz. HEX triplet: 80, 2B and 32. RGB value is (128,43,50). Sum of RGB (Red+Green+Blue) = 128+43+50=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #802B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B32 is #7FD4CD. Grayscale: #454545. Windows color (decimal): -8377550 or 3287936. OLE color: 3287936.

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

Color convert

RGB 128 43 50 -
CMYK 0 0.66 0.61 0.50
HSL 355.06º 0.5% 0.34% -
HSV(B) 355.06º 0.66% 0.5% -
XYZ 10.34 6.55 3.74 -
YUV 69.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 128 43 50 0 0.66 0.61 0.50 355.06 0.5 0.34
Hex 80 2B 32 0 42 3D 32 163 32 22
Octal 200 53 62 0 102 75 62 543 62 42
Binary 10000000 101011 110010 0 1000010 111101 110010 101100011 110010 100010

Color Harmonies of #802B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B32

Black with #802B32

Text Example


Text Example

White with #802B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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