Html Css Color HEX #960140 Jazzberry Jam

📋 copy color: '#960140'

red 150 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #960140

Tints of Jazzberry Jam #960140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 69.77%
G = 0.47%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#960140 (or 0x960140) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 40. RGB value is (150,1,64). Sum of RGB (Red+Green+Blue) = 150+1+64=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #960140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960140 is #69FEBF. Grayscale: #343434. Windows color (decimal): -6946496 or 4194710. OLE color: 4194710.

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

Color convert

RGB 150 1 64 -
CMYK 0 0.99 0.57 0.41
HSL 334.63º 0.99% 0.3% -
HSV(B) 334.63º 0.99% 0.59% -
XYZ 13.51 6.88 5.47 -
YUV 52.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 150 1 64 0 0.99 0.57 0.41 334.63 0.99 0.3
Hex 96 1 40 0 63 39 29 14F 63 1E
Octal 226 1 100 0 143 71 51 517 143 36
Binary 10010110 1 1000000 0 1100011 111001 101001 101001111 1100011 11110

Color Harmonies of #960140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960140

Black with #960140

Text Example


Text Example

White with #960140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960140; }

 p { color: rgb(150,1,64); }

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

background-color css

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

 a { background-color: rgb(150,1,64); }

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

border-color css

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

 span { border-color: rgb(150,1,64); }

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