#95125B

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

Shades of Jazzberry Jam #95125B

Tints of Jazzberry Jam #95125B

Color information

#95125B (or 0x95125B) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 12 and 5B. RGB value is (149,18,91). Sum of RGB (Red+Green+Blue) = 149+18+91=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95125B is #6AEDA4. Grayscale: #414141. Windows color (decimal): -7007653 or 5968533. OLE color: 5968533.

HSL color Cylindrical-coordinate representation of color #95125B: hue angle of 326.56º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95125B is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1491891-
CMYK00.880.390.42
HSL326.56º78.44%32.75%-
HSV(B)326.56º87.92%58.43%-
XYZ14.57.5810.6-
YUV65.49142.4187.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=57.75%
G=6.98%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149189100.880.390.42326.5678.4432.75
Hex95125B058272A1474e21
Octal225221330130475250711641
Binary10010101100101011011010110001001111010101010001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95125B; }

 p { color: rgb(149,18,91); }

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

<style>
 a { background-color: #95125B; }

 a { background-color: rgb(149,18,91); }

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

<style>
 span { border-color: #95125B; }

 span { border-color: rgb(149,18,91); }

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