Html Css Color HEX #802957 Rose Bud Cherry

📋 copy color: '#802957'

red 128 ◦ green 41 ◦ blue 87

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

Shades of Rose Bud Cherry #802957

Tints of Rose Bud Cherry #802957

RGB

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

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

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

R = 50%
G = 16.02%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#802957 (or 0x802957) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 57. RGB value is (128,41,87). Sum of RGB (Red+Green+Blue) = 128+41+87=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802957 is #7FD6A8. Grayscale: #484848. Windows color (decimal): -8378025 or 5712256. OLE color: 5712256.

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

Color convert

RGB 128 41 87 -
CMYK 0 0.68 0.32 0.50
HSL 328.28º 0.51% 0.33% -
HSV(B) 328.28º 0.68% 0.5% -
XYZ 11.42 6.86 9.74 -
YUV 72.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 128 41 87 0 0.68 0.32 0.50 328.28 0.51 0.33
Hex 80 29 57 0 44 20 32 148 33 21
Octal 200 51 127 0 104 40 62 510 63 41
Binary 10000000 101001 1010111 0 1000100 100000 110010 101001000 110011 100001

Color Harmonies of #802957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802957

Black with #802957

Text Example


Text Example

White with #802957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802957; }

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

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

background-color css

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

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

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

border-color css

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

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

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