Html Css Color HEX #960643 Jazzberry Jam

📋 copy color: '#960643'

red 150 ◦ green 6 ◦ blue 67

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

Shades of Jazzberry Jam #960643

Tints of Jazzberry Jam #960643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 67.26%
G = 2.69%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#960643 (or 0x960643) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 43. RGB value is (150,6,67). Sum of RGB (Red+Green+Blue) = 150+6+67=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #960643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960643 is #69F9BC. Grayscale: #373737. Windows color (decimal): -6945213 or 4392598. OLE color: 4392598.

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

Color convert

RGB 150 6 67 -
CMYK 0 0.96 0.55 0.41
HSL 334.58º 0.92% 0.31% -
HSV(B) 334.58º 0.96% 0.59% -
XYZ 13.66 7.02 5.95 -
YUV 56.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 150 6 67 0 0.96 0.55 0.41 334.58 0.92 0.31
Hex 96 6 43 0 60 37 29 14F 5C 1F
Octal 226 6 103 0 140 67 51 517 134 37
Binary 10010110 110 1000011 0 1100000 110111 101001 101001111 1011100 11111

Color Harmonies of #960643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960643

Black with #960643

Text Example


Text Example

White with #960643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960643; }

 p { color: rgb(150,6,67); }

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

background-color css

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

 a { background-color: rgb(150,6,67); }

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

border-color css

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

 span { border-color: rgb(150,6,67); }

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