#960045

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

Shades of Jazzberry Jam #960045

Tints of Jazzberry Jam #960045

Color information

#960045 (or 0x960045) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 00 and 45. RGB value is (150,0,69). Sum of RGB (Red+Green+Blue) = 150+0+69=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #960045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960045 is #69FFBA. Grayscale: #343434. Windows color (decimal): -6946747 or 4522134. OLE color: 4522134.

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

Color convert

RGB150069-
CMYK010.540.41
HSL332.4º100%29.41%-
HSV(B)332.4º100%58.82%-
XYZ13.656.916.25-
YUV52.72137.2197.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=68.49%
G=0%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150069010.540.41332.410029.41
Hex96045064362914c641d
Octal22601050144665151414435
Binary100101100100010101100100110110101001101001100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960045; }

 p { color: rgb(150,0,69); }

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

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

 a { background-color: rgb(150,0,69); }

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

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

 span { border-color: rgb(150,0,69); }

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