#95044D

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

Shades of Jazzberry Jam #95044D

Tints of Jazzberry Jam #95044D

Color information

#95044D (or 0x95044D) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 4D. RGB value is (149,4,77). Sum of RGB (Red+Green+Blue) = 149+4+77=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95044D is #6AFBB2. Grayscale: #373737. Windows color (decimal): -7011251 or 5047445. OLE color: 5047445.

HSL color Cylindrical-coordinate representation of color #95044D: hue angle of 329.79º 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 #95044D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB149477-
CMYK00.970.480.42
HSL329.79º94.77%30%-
HSV(B)329.79º97.32%58.43%-
XYZ13.787.017.65-
YUV55.68140.04194.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=64.78%
G=1.74%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14947700.970.480.42329.7994.7730
Hex9544D061302A14a5f1e
Octal22541150141605251213736
Binary10010101100100110101100001110000101010101001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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