Html Css Color HEX #801855 Rose Bud Cherry

📋 copy color: '#801855'

red 128 ◦ green 24 ◦ blue 85

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

Shades of Rose Bud Cherry #801855

Tints of Rose Bud Cherry #801855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 54.01%
G = 10.13%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#801855 (or 0x801855) is known color: Rose Bud Cherry. HEX triplet: 80, 18 and 55. RGB value is (128,24,85). Sum of RGB (Red+Green+Blue) = 128+24+85=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #801855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801855 is #7FE7AA. Grayscale: #3D3D3D. Windows color (decimal): -8382379 or 5576832. OLE color: 5576832.

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

Color convert

RGB 128 24 85 -
CMYK 0 0.81 0.34 0.50
HSL 324.81º 0.68% 0.3% -
HSV(B) 324.81º 0.81% 0.5% -
XYZ 10.87 5.9 9.16 -
YUV 62.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 128 24 85 0 0.81 0.34 0.50 324.81 0.68 0.3
Hex 80 18 55 0 51 22 32 145 44 1E
Octal 200 30 125 0 121 42 62 505 104 36
Binary 10000000 11000 1010101 0 1010001 100010 110010 101000101 1000100 11110

Color Harmonies of #801855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801855

Black with #801855

Text Example


Text Example

White with #801855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801855; }

 p { color: rgb(128,24,85); }

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

background-color css

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

 a { background-color: rgb(128,24,85); }

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

border-color css

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

 span { border-color: rgb(128,24,85); }

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