#9F276E

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

Shades of Jazzberry Jam #9F276E

Tints of Jazzberry Jam #9F276E

Color information

#9F276E (or 0x9F276E) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 27 and 6E. RGB value is (159,39,110). Sum of RGB (Red+Green+Blue) = 159+39+110=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F276E is #60D891. Grayscale: #525252. Windows color (decimal): -6346898 or 7219103. OLE color: 7219103.

HSL color Cylindrical-coordinate representation of color #9F276E: hue angle of 324.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F276E is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15939110-
CMYK00.750.310.38
HSL324.5º60.61%38.82%-
HSV(B)324.5º75.47%62.35%-
XYZ17.849.9515.73-
YUV82.97143.26182.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=51.62%
G=12.66%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593911000.750.310.38324.560.6138.82
Hex9F276E04B1F261443d27
Octal23747156011337465047547
Binary1001111110011111011100100101111111100110101000100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,39,110); }

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

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

 a { background-color: rgb(159,39,110); }

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

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

 span { border-color: rgb(159,39,110); }

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