#95044F

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

Shades of Jazzberry Jam #95044F

Tints of Jazzberry Jam #95044F

Color information

#95044F (or 0x95044F) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 4F. RGB value is (149,4,79). Sum of RGB (Red+Green+Blue) = 149+4+79=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95044F is #6AFBB0. Grayscale: #373737. Windows color (decimal): -7011249 or 5178517. OLE color: 5178517.

HSL color Cylindrical-coordinate representation of color #95044F: hue angle of 328.97º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95044F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB149479-
CMYK00.970.470.42
HSL328.97º94.77%30%-
HSV(B)328.97º97.32%58.43%-
XYZ13.857.048.03-
YUV55.9141.04194.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.22%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=64.22%
G=1.72%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14947900.970.470.42328.9794.7730
Hex9544F0612F2A1495f1e
Octal22541170141575251113736
Binary10010101100100111101100001101111101010101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95044F; }

 p { color: rgb(149,4,79); }

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

<style>
 a { background-color: #95044F; }

 a { background-color: rgb(149,4,79); }

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

<style>
 span { border-color: #95044F; }

 span { border-color: rgb(149,4,79); }

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