#7F235E

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

Shades of Rose Bud Cherry #7F235E

Tints of Rose Bud Cherry #7F235E

Color information

#7F235E (or 0x7F235E) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 23 and 5E. RGB value is (127,35,94). Sum of RGB (Red+Green+Blue) = 127+35+94=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F235E is #80DCA1. Grayscale: #454545. Windows color (decimal): -8445090 or 6169471. OLE color: 6169471.

HSL color Cylindrical-coordinate representation of color #7F235E: hue angle of 321.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F235E is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1273594-
CMYK00.720.260.50
HSL321.52º56.79%31.76%-
HSV(B)321.52º72.44%49.8%-
XYZ11.376.5211.25-
YUV69.23141.98169.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.61%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=49.61%
G=13.67%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127359400.720.260.50321.5256.7931.76
Hex7F235E0481A321423920
Octal17743136011032625027140
Binary111111110001110111100100100011010110010101000010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,94); }

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

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

 a { background-color: rgb(127,35,94); }

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

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

 span { border-color: rgb(127,35,94); }

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