Html Css Color HEX #80233A Shiraz

📋 copy color: '#80233A'

red 128 ◦ green 35 ◦ blue 58

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

Shades of Shiraz #80233A

Tints of Shiraz #80233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 57.92%
G = 15.84%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80233A (or 0x80233A) is known color: Shiraz. HEX triplet: 80, 23 and 3A. RGB value is (128,35,58). Sum of RGB (Red+Green+Blue) = 128+35+58=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80233A is #7FDCC5. Grayscale: #414141. Windows color (decimal): -8379590 or 3810176. OLE color: 3810176.

HSL color Cylindrical-coordinate representation of color #80233A: hue angle of 345.16º degrees, saturation: 0.57, 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 #80233A is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 58 -
CMYK 0 0.73 0.55 0.50
HSL 345.16º 0.57% 0.32% -
HSV(B) 345.16º 0.73% 0.5% -
XYZ 10.27 6.1 4.64 -
YUV 65.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 128 35 58 0 0.73 0.55 0.50 345.16 0.57 0.32
Hex 80 23 3A 0 49 37 32 159 39 20
Octal 200 43 72 0 111 67 62 531 71 40
Binary 10000000 100011 111010 0 1001001 110111 110010 101011001 111001 100000

Color Harmonies of #80233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80233A

Black with #80233A

Text Example


Text Example

White with #80233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80233A; }

 p { color: rgb(128,35,58); }

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

background-color css

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

 a { background-color: rgb(128,35,58); }

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

border-color css

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

 span { border-color: rgb(128,35,58); }

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