#95044A

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

Shades of Jazzberry Jam #95044A

Tints of Jazzberry Jam #95044A

Color information

#95044A (or 0x95044A) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 4A. RGB value is (149,4,74). Sum of RGB (Red+Green+Blue) = 149+4+74=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95044A is #6AFBB5. Grayscale: #373737. Windows color (decimal): -7011254 or 4850837. OLE color: 4850837.

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

Color convert

RGB149474-
CMYK00.970.500.42
HSL331.03º94.77%30%-
HSV(B)331.03º97.32%58.43%-
XYZ13.676.977.1-
YUV55.33138.54194.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=65.64%
G=1.76%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14947400.970.500.42331.0394.7730
Hex9544A061322A14b5f1e
Octal22541120141625251313736
Binary10010101100100101001100001110010101010101001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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