Html Css Color HEX #801758 Rose Bud Cherry

📋 copy color: '#801758'

red 128 ◦ green 23 ◦ blue 88

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

Shades of Rose Bud Cherry #801758

Tints of Rose Bud Cherry #801758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.82%

R = 53.56%
G = 9.62%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#801758 (or 0x801758) is known color: Rose Bud Cherry. HEX triplet: 80, 17 and 58. RGB value is (128,23,88). Sum of RGB (Red+Green+Blue) = 128+23+88=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #801758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801758 is #7FE8A7. Grayscale: #3D3D3D. Windows color (decimal): -8382632 or 5773184. OLE color: 5773184.

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

Color convert

RGB 128 23 88 -
CMYK 0 0.82 0.31 0.50
HSL 322.86º 0.7% 0.3% -
HSV(B) 322.86º 0.82% 0.5% -
XYZ 10.97 5.91 9.79 -
YUV 61.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 128 23 88 0 0.82 0.31 0.50 322.86 0.7 0.3
Hex 80 17 58 0 52 1F 32 143 46 1E
Octal 200 27 130 0 122 37 62 503 106 36
Binary 10000000 10111 1011000 0 1010010 11111 110010 101000011 1000110 11110

Color Harmonies of #801758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801758

Black with #801758

Text Example


Text Example

White with #801758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801758; }

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

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

background-color css

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

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

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

border-color css

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

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

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