#951361

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

Shades of Jazzberry Jam #951361

Tints of Jazzberry Jam #951361

Color information

#951361 (or 0x951361) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 13 and 61. RGB value is (149,19,97). Sum of RGB (Red+Green+Blue) = 149+19+97=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #951361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951361 is #6AEC9E. Grayscale: #424242. Windows color (decimal): -7007391 or 6362005. OLE color: 6362005.

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

Color convert

RGB1491997-
CMYK00.870.350.42
HSL324º77.38%32.94%-
HSV(B)324º87.25%58.43%-
XYZ14.787.7212.02-
YUV66.76145.07186.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=56.23%
G=7.17%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149199700.870.350.4232477.3832.94
Hex951361057232A1444d21
Octal225231410127435250411541
Binary10010101100111100001010101111000111010101010001001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951361; }

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

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

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

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

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

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

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

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