#951355

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

Shades of Jazzberry Jam #951355

Tints of Jazzberry Jam #951355

Color information

#951355 (or 0x951355) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 13 and 55. RGB value is (149,19,85). Sum of RGB (Red+Green+Blue) = 149+19+85=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951355 is #6AECAA. Grayscale: #414141. Windows color (decimal): -7007403 or 5575573. OLE color: 5575573.

HSL color Cylindrical-coordinate representation of color #951355: hue angle of 329.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951355 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB1491985-
CMYK00.870.430.42
HSL329.54º77.38%32.94%-
HSV(B)329.54º87.25%58.43%-
XYZ14.277.519.29-
YUV65.39139.07187.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=58.89%
G=7.51%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149198500.870.430.42329.5477.3832.94
Hex9513550572B2A14a4d21
Octal225231250127535251211541
Binary10010101100111010101010101111010111010101010010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951355; }

 p { color: rgb(149,19,85); }

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

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

 a { background-color: rgb(149,19,85); }

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

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

 span { border-color: rgb(149,19,85); }

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