Html Css Color HEX #802A58 Rose Bud Cherry

📋 copy color: '#802A58'

red 128 ◦ green 42 ◦ blue 88

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

Shades of Rose Bud Cherry #802A58

Tints of Rose Bud Cherry #802A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

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

R = 49.61%
G = 16.28%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#802A58 (or 0x802A58) is known color: Rose Bud Cherry. HEX triplet: 80, 2A and 58. RGB value is (128,42,88). Sum of RGB (Red+Green+Blue) = 128+42+88=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #802A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802A58 is #7FD5A7. Grayscale: #484848. Windows color (decimal): -8377768 or 5778048. OLE color: 5778048.

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

Color convert

RGB 128 42 88 -
CMYK 0 0.67 0.31 0.50
HSL 327.91º 0.51% 0.33% -
HSV(B) 327.91º 0.67% 0.5% -
XYZ 11.49 6.95 9.97 -
YUV 72.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 128 42 88 0 0.67 0.31 0.50 327.91 0.51 0.33
Hex 80 2A 58 0 43 1F 32 148 33 21
Octal 200 52 130 0 103 37 62 510 63 41
Binary 10000000 101010 1011000 0 1000011 11111 110010 101001000 110011 100001

Color Harmonies of #802A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A58

Black with #802A58

Text Example


Text Example

White with #802A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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