#950443

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

Shades of Jazzberry Jam #950443

Tints of Jazzberry Jam #950443

Color information

#950443 (or 0x950443) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 43. RGB value is (149,4,67). Sum of RGB (Red+Green+Blue) = 149+4+67=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950443 is #6AFBBC. Grayscale: #363636. Windows color (decimal): -7011261 or 4392085. OLE color: 4392085.

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

Color convert

RGB149467-
CMYK00.970.550.42
HSL333.93º94.77%30%-
HSV(B)333.93º97.32%58.43%-
XYZ13.456.885.93-
YUV54.54135.04195.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=67.73%
G=1.82%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14946700.970.550.42333.9394.7730
Hex95443061372A14e5f1e
Octal22541030141675251613736
Binary10010101100100001101100001110111101010101001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950443; }

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

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

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

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

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

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

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

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