Html Css Color HEX #802460 Rose Bud Cherry

📋 copy color: '#802460'

red 128 ◦ green 36 ◦ blue 96

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

Shades of Rose Bud Cherry #802460

Tints of Rose Bud Cherry #802460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 49.23%
G = 13.85%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#802460 (or 0x802460) is known color: Rose Bud Cherry. HEX triplet: 80, 24 and 60. RGB value is (128,36,96). Sum of RGB (Red+Green+Blue) = 128+36+96=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #802460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802460 is #7FDB9F. Grayscale: #464646. Windows color (decimal): -8379296 or 6300800. OLE color: 6300800.

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

Color convert

RGB 128 36 96 -
CMYK 0 0.72 0.25 0.50
HSL 320.87º 0.56% 0.32% -
HSV(B) 320.87º 0.72% 0.5% -
XYZ 11.64 6.7 11.74 -
YUV 70.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 128 36 96 0 0.72 0.25 0.50 320.87 0.56 0.32
Hex 80 24 60 0 48 19 32 141 38 20
Octal 200 44 140 0 110 31 62 501 70 40
Binary 10000000 100100 1100000 0 1001000 11001 110010 101000001 111000 100000

Color Harmonies of #802460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802460

Black with #802460

Text Example


Text Example

White with #802460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802460; }

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

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

background-color css

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

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

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

border-color css

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

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

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