Html Css Color HEX #960450 Jazzberry Jam

📋 copy color: '#960450'

red 150 ◦ green 4 ◦ blue 80

#960450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #960450

Tints of Jazzberry Jam #960450

RGB

 RED value IS 150 (58.98% from 255) = 64.1%

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 64.1%
G = 1.71%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#960450 (or 0x960450) is known color: Jazzberry Jam. HEX triplet: 96, 04 and 50. RGB value is (150,4,80). Sum of RGB (Red+Green+Blue) = 150+4+80=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #960450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960450 is #69FBAF. Grayscale: #383838. Windows color (decimal): -6945712 or 5244054. OLE color: 5244054.

HSL color Cylindrical-coordinate representation of color #960450: hue angle of 328.77º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960450 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 80 -
CMYK 0 0.97 0.47 0.41
HSL 328.77º 0.95% 0.3% -
HSV(B) 328.77º 0.97% 0.59% -
XYZ 14.07 7.15 8.23 -
YUV 56.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 150 4 80 0 0.97 0.47 0.41 328.77 0.95 0.3
Hex 96 4 50 0 61 2F 29 149 5F 1E
Octal 226 4 120 0 141 57 51 511 137 36
Binary 10010110 100 1010000 0 1100001 101111 101001 101001001 1011111 11110

Color Harmonies of #960450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960450

Black with #960450

Text Example


Text Example

White with #960450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960450; }

 p { color: rgb(150,4,80); }

 H1.HeaderClassName
 {
   color: #960450;
 }
 .AnyTagClassName
 {
   color: #960450;
 }
</style>

background-color css

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

 a { background-color: rgb(150,4,80); }

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

border-color css

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

 span { border-color: rgb(150,4,80); }

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