#951760

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

Shades of Jazzberry Jam #951760

Tints of Jazzberry Jam #951760

Color information

#951760 (or 0x951760) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 17 and 60. RGB value is (149,23,96). Sum of RGB (Red+Green+Blue) = 149+23+96=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #951760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951760 is #6AE89F. Grayscale: #444444. Windows color (decimal): -7006368 or 6297493. OLE color: 6297493.

HSL color Cylindrical-coordinate representation of color #951760: hue angle of 325.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951760 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1492396-
CMYK00.850.360.42
HSL325.24º73.26%33.73%-
HSV(B)325.24º84.56%58.43%-
XYZ14.817.8511.8-
YUV69143.24185.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=55.60%
G=8.58%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149239600.850.360.42325.2473.2633.73
Hex951760055242A1454922
Octal225271400125445250511142
Binary10010101101111100000010101011001001010101010001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951760; }

 p { color: rgb(149,23,96); }

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

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

 a { background-color: rgb(149,23,96); }

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

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

 span { border-color: rgb(149,23,96); }

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