Html Css Color HEX #801856 Rose Bud Cherry

📋 copy color: '#801856'

red 128 ◦ green 24 ◦ blue 86

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

Shades of Rose Bud Cherry #801856

Tints of Rose Bud Cherry #801856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 53.78%
G = 10.08%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#801856 (or 0x801856) is known color: Rose Bud Cherry. HEX triplet: 80, 18 and 56. RGB value is (128,24,86). Sum of RGB (Red+Green+Blue) = 128+24+86=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #801856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801856 is #7FE7A9. Grayscale: #3E3E3E. Windows color (decimal): -8382378 or 5642368. OLE color: 5642368.

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

Color convert

RGB 128 24 86 -
CMYK 0 0.81 0.33 0.50
HSL 324.23º 0.68% 0.3% -
HSV(B) 324.23º 0.81% 0.5% -
XYZ 10.91 5.91 9.37 -
YUV 62.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 128 24 86 0 0.81 0.33 0.50 324.23 0.68 0.3
Hex 80 18 56 0 51 21 32 144 44 1E
Octal 200 30 126 0 121 41 62 504 104 36
Binary 10000000 11000 1010110 0 1010001 100001 110010 101000100 1000100 11110

Color Harmonies of #801856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801856

Black with #801856

Text Example


Text Example

White with #801856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801856; }

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

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

background-color css

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

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

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

border-color css

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

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

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