Html Css Color HEX #80213C Shiraz

📋 copy color: '#80213C'

red 128 ◦ green 33 ◦ blue 60

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

Shades of Shiraz #80213C

Tints of Shiraz #80213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 57.92%
G = 14.93%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80213C (or 0x80213C) is known color: Shiraz. HEX triplet: 80, 21 and 3C. RGB value is (128,33,60). Sum of RGB (Red+Green+Blue) = 128+33+60=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80213C is #7FDEC3. Grayscale: #404040. Windows color (decimal): -8380100 or 3940736. OLE color: 3940736.

HSL color Cylindrical-coordinate representation of color #80213C: hue angle of 342.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80213C is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 60 -
CMYK 0 0.74 0.53 0.50
HSL 342.95º 0.59% 0.32% -
HSV(B) 342.95º 0.74% 0.5% -
XYZ 10.26 6 4.89 -
YUV 64.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 128 33 60 0 0.74 0.53 0.50 342.95 0.59 0.32
Hex 80 21 3C 0 4A 35 32 157 3B 20
Octal 200 41 74 0 112 65 62 527 73 40
Binary 10000000 100001 111100 0 1001010 110101 110010 101010111 111011 100000

Color Harmonies of #80213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80213C

Black with #80213C

Text Example


Text Example

White with #80213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80213C; }

 p { color: rgb(128,33,60); }

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

background-color css

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

 a { background-color: rgb(128,33,60); }

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

border-color css

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

 span { border-color: rgb(128,33,60); }

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