Html Css Color HEX #801756 Rose Bud Cherry

📋 copy color: '#801756'

red 128 ◦ green 23 ◦ blue 86

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

Shades of Rose Bud Cherry #801756

Tints of Rose Bud Cherry #801756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

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

R = 54.01%
G = 9.7%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#801756 (or 0x801756) is known color: Rose Bud Cherry. HEX triplet: 80, 17 and 56. RGB value is (128,23,86). Sum of RGB (Red+Green+Blue) = 128+23+86=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #801756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801756 is #7FE8A9. Grayscale: #3D3D3D. Windows color (decimal): -8382634 or 5642112. OLE color: 5642112.

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

Color convert

RGB 128 23 86 -
CMYK 0 0.82 0.33 0.50
HSL 324º 0.7% 0.3% -
HSV(B) 324º 0.82% 0.5% -
XYZ 10.89 5.87 9.36 -
YUV 61.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 128 23 86 0 0.82 0.33 0.50 324 0.7 0.3
Hex 80 17 56 0 52 21 32 144 46 1E
Octal 200 27 126 0 122 41 62 504 106 36
Binary 10000000 10111 1010110 0 1010010 100001 110010 101000100 1000110 11110

Color Harmonies of #801756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801756

Black with #801756

Text Example


Text Example

White with #801756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801756; }

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

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

background-color css

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

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

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

border-color css

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

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

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