Html Css Color HEX #80285E Rose Bud Cherry

📋 copy color: '#80285E'

red 128 ◦ green 40 ◦ blue 94

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

Shades of Rose Bud Cherry #80285E

Tints of Rose Bud Cherry #80285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 48.85%
G = 15.27%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80285E (or 0x80285E) is known color: Rose Bud Cherry. HEX triplet: 80, 28 and 5E. RGB value is (128,40,94). Sum of RGB (Red+Green+Blue) = 128+40+94=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80285E is #7FD7A1. Grayscale: #484848. Windows color (decimal): -8378274 or 6170752. OLE color: 6170752.

HSL color Cylindrical-coordinate representation of color #80285E: hue angle of 323.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80285E is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 94 -
CMYK 0 0.69 0.27 0.50
HSL 323.18º 0.52% 0.33% -
HSV(B) 323.18º 0.69% 0.5% -
XYZ 11.68 6.91 11.31 -
YUV 72.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 128 40 94 0 0.69 0.27 0.50 323.18 0.52 0.33
Hex 80 28 5E 0 45 1B 32 143 34 21
Octal 200 50 136 0 105 33 62 503 64 41
Binary 10000000 101000 1011110 0 1000101 11011 110010 101000011 110100 100001

Color Harmonies of #80285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80285E

Black with #80285E

Text Example


Text Example

White with #80285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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