#950E44

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

Shades of Jazzberry Jam #950E44

Tints of Jazzberry Jam #950E44

Color information

#950E44 (or 0x950E44) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 0E and 44. RGB value is (149,14,68). Sum of RGB (Red+Green+Blue) = 149+14+68=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #950E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E44 is #6AF1BB. Grayscale: #3C3C3C. Windows color (decimal): -7008700 or 4460181. OLE color: 4460181.

HSL color Cylindrical-coordinate representation of color #950E44: hue angle of 336º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E44 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1491468-
CMYK00.910.540.42
HSL336º82.82%31.96%-
HSV(B)336º90.6%58.43%-
XYZ13.597.126.13-
YUV60.52132.23191.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=64.50%
G=6.06%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149146800.910.540.4233682.8231.96
Hex95E4405B362A1505320
Octal225161040133665252012340
Binary1001010111101000100010110111101101010101010100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950E44; }

 p { color: rgb(149,14,68); }

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

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

 a { background-color: rgb(149,14,68); }

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

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

 span { border-color: rgb(149,14,68); }

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