#951D69

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

Shades of Jazzberry Jam #951D69

Tints of Jazzberry Jam #951D69

Color information

#951D69 (or 0x951D69) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1D and 69. RGB value is (149,29,105). Sum of RGB (Red+Green+Blue) = 149+29+105=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D69 is #6AE296. Grayscale: #494949. Windows color (decimal): -7004823 or 6888853. OLE color: 6888853.

HSL color Cylindrical-coordinate representation of color #951D69: hue angle of 322º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D69 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14929105-
CMYK00.810.300.42
HSL322º67.42%34.9%-
HSV(B)322º80.54%58.43%-
XYZ15.388.2914.15-
YUV73.54145.76181.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=52.65%
G=10.25%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492910500.810.300.4232267.4234.9
Hex951D690511E2A1424323
Octal225351510121365250210343
Binary1001010111101110100101010001111101010101010000101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951D69; }

 p { color: rgb(149,29,105); }

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

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

 a { background-color: rgb(149,29,105); }

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

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

 span { border-color: rgb(149,29,105); }

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