#95054B

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

Shades of Jazzberry Jam #95054B

Tints of Jazzberry Jam #95054B

Color information

#95054B (or 0x95054B) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 4B. RGB value is (149,5,75). Sum of RGB (Red+Green+Blue) = 149+5+75=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95054B is #6AFAB4. Grayscale: #373737. Windows color (decimal): -7010997 or 4916629. OLE color: 4916629.

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

Color convert

RGB149575-
CMYK00.970.500.42
HSL330.83º93.51%30.2%-
HSV(B)330.83º96.64%58.43%-
XYZ13.727.017.29-
YUV56.04138.71194.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=65.07%
G=2.18%
B=32.75%

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
Decimal14957500.970.500.42330.8393.5130.2
Hex9554B061322A14b5e1e
Octal22551130141625251313636
Binary10010101101100101101100001110010101010101001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,5,75); }

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

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

 a { background-color: rgb(149,5,75); }

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

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

 span { border-color: rgb(149,5,75); }

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