#9F236F

Color #9F236F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9F236F

Tints of Jazzberry Jam #9F236F

Color information

#9F236F (or 0x9F236F) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 23 and 6F. RGB value is (159,35,111). Sum of RGB (Red+Green+Blue) = 159+35+111=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F236F is #60DC90. Grayscale: #505050. Windows color (decimal): -6347921 or 7283615. OLE color: 7283615.

HSL color Cylindrical-coordinate representation of color #9F236F: hue angle of 323.23º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F236F is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15935111-
CMYK00.780.300.38
HSL323.23º63.92%38.04%-
HSV(B)323.23º77.99%62.35%-
XYZ17.779.7215.98-
YUV80.74145.08183.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=52.13%
G=11.48%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593511100.780.300.38323.2363.9238.04
Hex9F236F04E1E261434026
Octal237431570116364650310046
Binary10011111100011110111101001110111101001101010000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F236F; }

 p { color: rgb(159,35,111); }

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

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

 a { background-color: rgb(159,35,111); }

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

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

 span { border-color: rgb(159,35,111); }

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