#7F1858

Color #7F1858 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #7F1858

Tints of Rose Bud Cherry #7F1858

Color information

#7F1858 (or 0x7F1858) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 18 and 58. RGB value is (127,24,88). Sum of RGB (Red+Green+Blue) = 127+24+88=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1858 is #80E7A7. Grayscale: #3D3D3D. Windows color (decimal): -8447912 or 5773439. OLE color: 5773439.

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

Color convert

RGB1272488-
CMYK00.810.310.50
HSL322.72º68.21%29.61%-
HSV(B)322.72º81.1%49.8%-
XYZ10.845.879.79-
YUV62.09142.62174.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=53.14%
G=10.04%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127248800.810.310.50322.7268.2129.61
Hex7F18580511F32143441e
Octal177301300121376250310436
Binary11111111100010110000101000111111110010101000011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1858; }

 p { color: rgb(127,24,88); }

 H1.HeaderClassName
 {
   color: #7F1858;
 }
 .AnyTagClassName
 {
   color: #7F1858;
 }
</style>
background-color css

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

 a { background-color: rgb(127,24,88); }

 div.DivClassName
 {
   background-color: #7F1858;
 }
 .BgClassName
 {
   background-color: #7F1858;
 }
</style>
border-color css

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

 span { border-color: rgb(127,24,88); }

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