Html Css Color HEX #80253A Shiraz

📋 copy color: '#80253A'

red 128 ◦ green 37 ◦ blue 58

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

Shades of Shiraz #80253A

Tints of Shiraz #80253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 57.4%
G = 16.59%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80253A (or 0x80253A) is known color: Shiraz. HEX triplet: 80, 25 and 3A. RGB value is (128,37,58). Sum of RGB (Red+Green+Blue) = 128+37+58=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80253A is #7FDAC5. Grayscale: #424242. Windows color (decimal): -8379078 or 3810688. OLE color: 3810688.

HSL color Cylindrical-coordinate representation of color #80253A: hue angle of 346.15º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80253A is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 58 -
CMYK 0 0.71 0.55 0.50
HSL 346.15º 0.55% 0.32% -
HSV(B) 346.15º 0.71% 0.5% -
XYZ 10.33 6.22 4.66 -
YUV 66.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 128 37 58 0 0.71 0.55 0.50 346.15 0.55 0.32
Hex 80 25 3A 0 47 37 32 15A 37 20
Octal 200 45 72 0 107 67 62 532 67 40
Binary 10000000 100101 111010 0 1000111 110111 110010 101011010 110111 100000

Color Harmonies of #80253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80253A

Black with #80253A

Text Example


Text Example

White with #80253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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