Html Css Color HEX #802958 Rose Bud Cherry

📋 copy color: '#802958'

red 128 ◦ green 41 ◦ blue 88

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

Shades of Rose Bud Cherry #802958

Tints of Rose Bud Cherry #802958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 49.81%
G = 15.95%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#802958 (or 0x802958) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 58. RGB value is (128,41,88). Sum of RGB (Red+Green+Blue) = 128+41+88=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #802958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802958 is #7FD6A7. Grayscale: #484848. Windows color (decimal): -8378024 or 5777792. OLE color: 5777792.

HSL color Cylindrical-coordinate representation of color #802958: hue angle of 327.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802958 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 88 -
CMYK 0 0.68 0.31 0.50
HSL 327.59º 0.51% 0.33% -
HSV(B) 327.59º 0.68% 0.5% -
XYZ 11.46 6.88 9.96 -
YUV 72.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 128 41 88 0 0.68 0.31 0.50 327.59 0.51 0.33
Hex 80 29 58 0 44 1F 32 148 33 21
Octal 200 51 130 0 104 37 62 510 63 41
Binary 10000000 101001 1011000 0 1000100 11111 110010 101001000 110011 100001

Color Harmonies of #802958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802958

Black with #802958

Text Example


Text Example

White with #802958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802958; }

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

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

background-color css

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

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

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

border-color css

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

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

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