#950752

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

Shades of Jazzberry Jam #950752

Tints of Jazzberry Jam #950752

Color information

#950752 (or 0x950752) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 07 and 52. RGB value is (149,7,82). Sum of RGB (Red+Green+Blue) = 149+7+82=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #950752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950752 is #6AF8AD. Grayscale: #393939. Windows color (decimal): -7010478 or 5375893. OLE color: 5375893.

HSL color Cylindrical-coordinate representation of color #950752: hue angle of 328.31º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950752 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB149782-
CMYK00.950.450.42
HSL328.31º91.03%30.59%-
HSV(B)328.31º95.3%58.43%-
XYZ13.997.158.63-
YUV58.01141.54192.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=62.61%
G=2.94%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14978200.950.450.42328.3191.0330.59
Hex9575205F2D2A1485b1f
Octal22571220137555251013337
Binary10010101111101001001011111101101101010101001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950752; }

 p { color: rgb(149,7,82); }

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

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

 a { background-color: rgb(149,7,82); }

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

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

 span { border-color: rgb(149,7,82); }

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