Html Css Color HEX #80205B Rose Bud Cherry

📋 copy color: '#80205B'

red 128 ◦ green 32 ◦ blue 91

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

Shades of Rose Bud Cherry #80205B

Tints of Rose Bud Cherry #80205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 51%
G = 12.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80205B (or 0x80205B) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 5B. RGB value is (128,32,91). Sum of RGB (Red+Green+Blue) = 128+32+91=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80205B is #7FDFA4. Grayscale: #434343. Windows color (decimal): -8380325 or 5972096. OLE color: 5972096.

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

Color convert

RGB 128 32 91 -
CMYK 0 0.75 0.29 0.50
HSL 323.13º 0.6% 0.31% -
HSV(B) 323.13º 0.75% 0.5% -
XYZ 11.31 6.38 10.53 -
YUV 67.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 128 32 91 0 0.75 0.29 0.50 323.13 0.6 0.31
Hex 80 20 5B 0 4B 1D 32 143 3C 1F
Octal 200 40 133 0 113 35 62 503 74 37
Binary 10000000 100000 1011011 0 1001011 11101 110010 101000011 111100 11111

Color Harmonies of #80205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80205B

Black with #80205B

Text Example


Text Example

White with #80205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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