Html Css Color HEX #802457 Rose Bud Cherry

📋 copy color: '#802457'

red 128 ◦ green 36 ◦ blue 87

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

Shades of Rose Bud Cherry #802457

Tints of Rose Bud Cherry #802457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 51%
G = 14.34%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#802457 (or 0x802457) is known color: Rose Bud Cherry. HEX triplet: 80, 24 and 57. RGB value is (128,36,87). Sum of RGB (Red+Green+Blue) = 128+36+87=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #802457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802457 is #7FDBA8. Grayscale: #454545. Windows color (decimal): -8379305 or 5710976. OLE color: 5710976.

HSL color Cylindrical-coordinate representation of color #802457: hue angle of 326.74º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802457 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 87 -
CMYK 0 0.72 0.32 0.50
HSL 326.74º 0.56% 0.32% -
HSV(B) 326.74º 0.72% 0.5% -
XYZ 11.25 6.54 9.69 -
YUV 69.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 128 36 87 0 0.72 0.32 0.50 326.74 0.56 0.32
Hex 80 24 57 0 48 20 32 147 38 20
Octal 200 44 127 0 110 40 62 507 70 40
Binary 10000000 100100 1010111 0 1001000 100000 110010 101000111 111000 100000

Color Harmonies of #802457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802457

Black with #802457

Text Example


Text Example

White with #802457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802457; }

 p { color: rgb(128,36,87); }

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

background-color css

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

 a { background-color: rgb(128,36,87); }

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

border-color css

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

 span { border-color: rgb(128,36,87); }

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