Html Css Color HEX #80205A Rose Bud Cherry

📋 copy color: '#80205A'

red 128 ◦ green 32 ◦ blue 90

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

Shades of Rose Bud Cherry #80205A

Tints of Rose Bud Cherry #80205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 90 (35.55% from 255) = 36%

R = 51.2%
G = 12.8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80205A (or 0x80205A) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 5A. RGB value is (128,32,90). Sum of RGB (Red+Green+Blue) = 128+32+90=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #80205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80205A is #7FDFA5. Grayscale: #434343. Windows color (decimal): -8380326 or 5906560. OLE color: 5906560.

HSL color Cylindrical-coordinate representation of color #80205A: hue angle of 323.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80205A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 90 -
CMYK 0 0.75 0.30 0.50
HSL 323.75º 0.6% 0.31% -
HSV(B) 323.75º 0.75% 0.5% -
XYZ 11.26 6.36 10.31 -
YUV 67.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 128 32 90 0 0.75 0.30 0.50 323.75 0.6 0.31
Hex 80 20 5A 0 4B 1E 32 144 3C 1F
Octal 200 40 132 0 113 36 62 504 74 37
Binary 10000000 100000 1011010 0 1001011 11110 110010 101000100 111100 11111

Color Harmonies of #80205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80205A

Black with #80205A

Text Example


Text Example

White with #80205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,32,90); }

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

background-color css

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

 a { background-color: rgb(128,32,90); }

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

border-color css

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

 span { border-color: rgb(128,32,90); }

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