#7F1A5B

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

Shades of Rose Bud Cherry #7F1A5B

Tints of Rose Bud Cherry #7F1A5B

Color information

#7F1A5B (or 0x7F1A5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 1A and 5B. RGB value is (127,26,91). Sum of RGB (Red+Green+Blue) = 127+26+91=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A5B is #80E5A4. Grayscale: #3F3F3F. Windows color (decimal): -8447397 or 5970559. OLE color: 5970559.

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

Color convert

RGB1272691-
CMYK00.800.280.50
HSL321.39º66.01%30%-
HSV(B)321.39º79.53%49.8%-
XYZ11.016.0110.48-
YUV63.61143.46173.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.05%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=52.05%
G=10.66%
B=37.30%

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
Decimal127269100.800.280.50321.3966.0130
Hex7F1A5B0501C32141421e
Octal177321330120346250110236
Binary11111111101010110110101000011100110010101000001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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