#950051

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

Shades of Jazzberry Jam #950051

Tints of Jazzberry Jam #950051

Color information

#950051 (or 0x950051) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 00 and 51. RGB value is (149,0,81). Sum of RGB (Red+Green+Blue) = 149+0+81=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #950051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950051 is #6AFFAE. Grayscale: #353535. Windows color (decimal): -7012271 or 5308565. OLE color: 5308565.

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

Color convert

RGB149081-
CMYK010.460.42
HSL327.38º100%29.22%-
HSV(B)327.38º100%58.43%-
XYZ13.886.988.4-
YUV53.78143.36195.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=64.78%
G=0%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149081010.460.42327.3810029.22
Hex950510642E2A147641d
Octal22501210144565250714435
Binary100101010101000101100100101110101010101000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950051; }

 p { color: rgb(149,0,81); }

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

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

 a { background-color: rgb(149,0,81); }

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

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

 span { border-color: rgb(149,0,81); }

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