#951862

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

Shades of Jazzberry Jam #951862

Tints of Jazzberry Jam #951862

Color information

#951862 (or 0x951862) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 18 and 62. RGB value is (149,24,98). Sum of RGB (Red+Green+Blue) = 149+24+98=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951862 is #6AE79D. Grayscale: #454545. Windows color (decimal): -7006110 or 6428821. OLE color: 6428821.

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

Color convert

RGB1492498-
CMYK00.840.340.42
HSL324.48º72.25%33.92%-
HSV(B)324.48º83.89%58.43%-
XYZ14.937.9212.3-
YUV69.81143.91184.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=54.98%
G=8.86%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149249800.840.340.42324.4872.2533.92
Hex951862054222A1444822
Octal225301420124425250411042
Binary10010101110001100010010101001000101010101010001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951862; }

 p { color: rgb(149,24,98); }

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

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

 a { background-color: rgb(149,24,98); }

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

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

 span { border-color: rgb(149,24,98); }

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