Html Css Color HEX #802858 Rose Bud Cherry

📋 copy color: '#802858'

red 128 ◦ green 40 ◦ blue 88

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

Shades of Rose Bud Cherry #802858

Tints of Rose Bud Cherry #802858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.38%

R = 50%
G = 15.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#802858 (or 0x802858) is known color: Rose Bud Cherry. HEX triplet: 80, 28 and 58. RGB value is (128,40,88). Sum of RGB (Red+Green+Blue) = 128+40+88=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802858 is #7FD7A7. Grayscale: #474747. Windows color (decimal): -8378280 or 5777536. OLE color: 5777536.

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

Color convert

RGB 128 40 88 -
CMYK 0 0.69 0.31 0.50
HSL 327.27º 0.52% 0.33% -
HSV(B) 327.27º 0.69% 0.5% -
XYZ 11.42 6.81 9.95 -
YUV 71.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 128 40 88 0 0.69 0.31 0.50 327.27 0.52 0.33
Hex 80 28 58 0 45 1F 32 147 34 21
Octal 200 50 130 0 105 37 62 507 64 41
Binary 10000000 101000 1011000 0 1000101 11111 110010 101000111 110100 100001

Color Harmonies of #802858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802858

Black with #802858

Text Example


Text Example

White with #802858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802858; }

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

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

background-color css

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

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

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

border-color css

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

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

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