#950741

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

Shades of Jazzberry Jam #950741

Tints of Jazzberry Jam #950741

Color information

#950741 (or 0x950741) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 07 and 41. RGB value is (149,7,65). Sum of RGB (Red+Green+Blue) = 149+7+65=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950741 is #6AF8BE. Grayscale: #373737. Windows color (decimal): -7010495 or 4261781. OLE color: 4261781.

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

Color convert

RGB149765-
CMYK00.950.560.42
HSL335.49º91.03%30.59%-
HSV(B)335.49º95.3%58.43%-
XYZ13.426.925.63-
YUV56.07133.04194.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=67.42%
G=3.17%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14976500.950.560.42335.4991.0330.59
Hex9574105F382A14f5b1f
Octal22571010137705251713337
Binary10010101111100000101011111111000101010101001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950741; }

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

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

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

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

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

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

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

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