#950848

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

Shades of Jazzberry Jam #950848

Tints of Jazzberry Jam #950848

Color information

#950848 (or 0x950848) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 08 and 48. RGB value is (149,8,72). Sum of RGB (Red+Green+Blue) = 149+8+72=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #950848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950848 is #6AF7B7. Grayscale: #393939. Windows color (decimal): -7010232 or 4720789. OLE color: 4720789.

HSL color Cylindrical-coordinate representation of color #950848: hue angle of 332.77º degrees, saturation: 0.9, 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 #950848 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB149872-
CMYK00.950.520.42
HSL332.77º89.81%30.78%-
HSV(B)332.77º94.63%58.43%-
XYZ13.657.036.77-
YUV57.45136.21193.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=65.07%
G=3.49%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987200.950.520.42332.7789.8130.78
Hex9584805F342A14d5a1f
Octal225101100137645251513237
Binary100101011000100100001011111110100101010101001101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950848; }

 p { color: rgb(149,8,72); }

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

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

 a { background-color: rgb(149,8,72); }

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

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

 span { border-color: rgb(149,8,72); }

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