#950C4B

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

Shades of Jazzberry Jam #950C4B

Tints of Jazzberry Jam #950C4B

Color information

#950C4B (or 0x950C4B) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 0C and 4B. RGB value is (149,12,75). Sum of RGB (Red+Green+Blue) = 149+12+75=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C4B is #6AF3B4. Grayscale: #3C3C3C. Windows color (decimal): -7009205 or 4918421. OLE color: 4918421.

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

Color convert

RGB1491275-
CMYK00.920.500.42
HSL332.41º85.09%31.57%-
HSV(B)332.41º91.95%58.43%-
XYZ13.87.167.31-
YUV60.14136.39191.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=63.14%
G=5.08%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149127500.920.500.42332.4185.0931.57
Hex95C4B05C322A14c5520
Octal225141130134625251412540
Binary1001010111001001011010111001100101010101010011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,12,75); }

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

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

 a { background-color: rgb(149,12,75); }

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

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

 span { border-color: rgb(149,12,75); }

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