Html Css Color HEX #960350 Jazzberry Jam

📋 copy color: '#960350'

red 150 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #960350

Tints of Jazzberry Jam #960350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 64.38%
G = 1.29%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#960350 (or 0x960350) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 50. RGB value is (150,3,80). Sum of RGB (Red+Green+Blue) = 150+3+80=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #960350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960350 is #69FCAF. Grayscale: #373737. Windows color (decimal): -6945968 or 5243798. OLE color: 5243798.

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

Color convert

RGB 150 3 80 -
CMYK 0 0.98 0.47 0.41
HSL 328.57º 0.96% 0.3% -
HSV(B) 328.57º 0.98% 0.59% -
XYZ 14.06 7.13 8.22 -
YUV 55.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 150 3 80 0 0.98 0.47 0.41 328.57 0.96 0.3
Hex 96 3 50 0 62 2F 29 149 60 1E
Octal 226 3 120 0 142 57 51 511 140 36
Binary 10010110 11 1010000 0 1100010 101111 101001 101001001 1100000 11110

Color Harmonies of #960350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960350

Black with #960350

Text Example


Text Example

White with #960350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960350; }

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

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

background-color css

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

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

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

border-color css

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

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

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