#7F1A5C

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

Shades of Rose Bud Cherry #7F1A5C

Tints of Rose Bud Cherry #7F1A5C

Color information

#7F1A5C (or 0x7F1A5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 1A and 5C. RGB value is (127,26,92). Sum of RGB (Red+Green+Blue) = 127+26+92=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A5C is #80E5A3. Grayscale: #3F3F3F. Windows color (decimal): -8447396 or 6036095. OLE color: 6036095.

HSL color Cylindrical-coordinate representation of color #7F1A5C: hue angle of 320.79º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A5C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1272692-
CMYK00.800.280.50
HSL320.79º66.01%30%-
HSV(B)320.79º79.53%49.8%-
XYZ11.056.0210.71-
YUV63.72143.96173.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=51.84%
G=10.61%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127269200.800.280.50320.7966.0130
Hex7F1A5C0501C32141421e
Octal177321340120346250110236
Binary11111111101010111000101000011100110010101000001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,92); }

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

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

 a { background-color: rgb(127,26,92); }

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

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

 span { border-color: rgb(127,26,92); }

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