Html Css Color HEX #80223D Shiraz

📋 copy color: '#80223D'

red 128 ◦ green 34 ◦ blue 61

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

Shades of Shiraz #80223D

Tints of Shiraz #80223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 57.4%
G = 15.25%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80223D (or 0x80223D) is known color: Shiraz. HEX triplet: 80, 22 and 3D. RGB value is (128,34,61). Sum of RGB (Red+Green+Blue) = 128+34+61=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80223D is #7FDDC2. Grayscale: #414141. Windows color (decimal): -8379843 or 4006528. OLE color: 4006528.

HSL color Cylindrical-coordinate representation of color #80223D: hue angle of 342.77º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80223D is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 61 -
CMYK 0 0.73 0.52 0.50
HSL 342.77º 0.58% 0.32% -
HSV(B) 342.77º 0.73% 0.5% -
XYZ 10.32 6.07 5.04 -
YUV 65.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 128 34 61 0 0.73 0.52 0.50 342.77 0.58 0.32
Hex 80 22 3D 0 49 34 32 157 3A 20
Octal 200 42 75 0 111 64 62 527 72 40
Binary 10000000 100010 111101 0 1001001 110100 110010 101010111 111010 100000

Color Harmonies of #80223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80223D

Black with #80223D

Text Example


Text Example

White with #80223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80223D; }

 p { color: rgb(128,34,61); }

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

background-color css

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

 a { background-color: rgb(128,34,61); }

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

border-color css

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

 span { border-color: rgb(128,34,61); }

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