Html Css Color HEX #802458 Rose Bud Cherry

📋 copy color: '#802458'

red 128 ◦ green 36 ◦ blue 88

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

Shades of Rose Bud Cherry #802458

Tints of Rose Bud Cherry #802458

RGB

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

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

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

R = 50.79%
G = 14.29%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#802458 (or 0x802458) is known color: Rose Bud Cherry. HEX triplet: 80, 24 and 58. RGB value is (128,36,88). Sum of RGB (Red+Green+Blue) = 128+36+88=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #802458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802458 is #7FDBA7. Grayscale: #454545. Windows color (decimal): -8379304 or 5776512. OLE color: 5776512.

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

Color convert

RGB 128 36 88 -
CMYK 0 0.72 0.31 0.50
HSL 326.09º 0.56% 0.32% -
HSV(B) 326.09º 0.72% 0.5% -
XYZ 11.29 6.56 9.9 -
YUV 69.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 128 36 88 0 0.72 0.31 0.50 326.09 0.56 0.32
Hex 80 24 58 0 48 1F 32 146 38 20
Octal 200 44 130 0 110 37 62 506 70 40
Binary 10000000 100100 1011000 0 1001000 11111 110010 101000110 111000 100000

Color Harmonies of #802458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802458

Black with #802458

Text Example


Text Example

White with #802458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802458; }

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

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

background-color css

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

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

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

border-color css

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

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

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