Html Css Color HEX #801557 Rose Bud Cherry

📋 copy color: '#801557'

red 128 ◦ green 21 ◦ blue 87

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

Shades of Rose Bud Cherry #801557

Tints of Rose Bud Cherry #801557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 54.24%
G = 8.9%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#801557 (or 0x801557) is known color: Rose Bud Cherry. HEX triplet: 80, 15 and 57. RGB value is (128,21,87). Sum of RGB (Red+Green+Blue) = 128+21+87=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801557 is #7FEAA8. Grayscale: #3C3C3C. Windows color (decimal): -8383145 or 5707136. OLE color: 5707136.

HSL color Cylindrical-coordinate representation of color #801557: hue angle of 322.99º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801557 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 87 -
CMYK 0 0.84 0.32 0.50
HSL 322.99º 0.72% 0.29% -
HSV(B) 322.99º 0.84% 0.5% -
XYZ 10.89 5.81 9.56 -
YUV 60.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 128 21 87 0 0.84 0.32 0.50 322.99 0.72 0.29
Hex 80 15 57 0 54 20 32 143 48 1D
Octal 200 25 127 0 124 40 62 503 110 35
Binary 10000000 10101 1010111 0 1010100 100000 110010 101000011 1001000 11101

Color Harmonies of #801557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801557

Black with #801557

Text Example


Text Example

White with #801557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801557; }

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

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

background-color css

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

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

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

border-color css

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

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

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