Html Css Color HEX #80205E Rose Bud Cherry

📋 copy color: '#80205E'

red 128 ◦ green 32 ◦ blue 94

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

Shades of Rose Bud Cherry #80205E

Tints of Rose Bud Cherry #80205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 50.39%
G = 12.6%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80205E (or 0x80205E) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 5E. RGB value is (128,32,94). Sum of RGB (Red+Green+Blue) = 128+32+94=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80205E is #7FDFA1. Grayscale: #434343. Windows color (decimal): -8380322 or 6168704. OLE color: 6168704.

HSL color Cylindrical-coordinate representation of color #80205E: hue angle of 321.25º 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 #80205E is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 94 -
CMYK 0 0.75 0.27 0.50
HSL 321.25º 0.6% 0.31% -
HSV(B) 321.25º 0.75% 0.5% -
XYZ 11.44 6.43 11.23 -
YUV 67.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 128 32 94 0 0.75 0.27 0.50 321.25 0.6 0.31
Hex 80 20 5E 0 4B 1B 32 141 3C 1F
Octal 200 40 136 0 113 33 62 501 74 37
Binary 10000000 100000 1011110 0 1001011 11011 110010 101000001 111100 11111

Color Harmonies of #80205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80205E

Black with #80205E

Text Example


Text Example

White with #80205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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