Html Css Color HEX #80285F Rose Bud Cherry

📋 copy color: '#80285F'

red 128 ◦ green 40 ◦ blue 95

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

Shades of Rose Bud Cherry #80285F

Tints of Rose Bud Cherry #80285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 48.67%
G = 15.21%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80285F (or 0x80285F) is known color: Rose Bud Cherry. HEX triplet: 80, 28 and 5F. RGB value is (128,40,95). Sum of RGB (Red+Green+Blue) = 128+40+95=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80285F is #7FD7A0. Grayscale: #484848. Windows color (decimal): -8378273 or 6236288. OLE color: 6236288.

HSL color Cylindrical-coordinate representation of color #80285F: hue angle of 322.5º 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 #80285F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 95 -
CMYK 0 0.69 0.26 0.50
HSL 322.5º 0.52% 0.33% -
HSV(B) 322.5º 0.69% 0.5% -
XYZ 11.73 6.93 11.55 -
YUV 72.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 128 40 95 0 0.69 0.26 0.50 322.5 0.52 0.33
Hex 80 28 5F 0 45 1A 32 142 34 21
Octal 200 50 137 0 105 32 62 502 64 41
Binary 10000000 101000 1011111 0 1000101 11010 110010 101000010 110100 100001

Color Harmonies of #80285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80285F

Black with #80285F

Text Example


Text Example

White with #80285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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