Html Css Color HEX #961754 Jazzberry Jam

📋 copy color: '#961754'

red 150 ◦ green 23 ◦ blue 84

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

Shades of Jazzberry Jam #961754

Tints of Jazzberry Jam #961754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 84 (33.2% from 255) = 32.68%

R = 58.37%
G = 8.95%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#961754 (or 0x961754) is known color: Jazzberry Jam. HEX triplet: 96, 17 and 54. RGB value is (150,23,84). Sum of RGB (Red+Green+Blue) = 150+23+84=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #961754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961754 is #69E8AB. Grayscale: #434343. Windows color (decimal): -6940844 or 5511062. OLE color: 5511062.

HSL color Cylindrical-coordinate representation of color #961754: hue angle of 331.18º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961754 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 84 -
CMYK 0 0.85 0.44 0.41
HSL 331.18º 0.73% 0.34% -
HSV(B) 331.18º 0.85% 0.59% -
XYZ 14.48 7.74 9.12 -
YUV 67.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 150 23 84 0 0.85 0.44 0.41 331.18 0.73 0.34
Hex 96 17 54 0 55 2C 29 14B 49 22
Octal 226 27 124 0 125 54 51 513 111 42
Binary 10010110 10111 1010100 0 1010101 101100 101001 101001011 1001001 100010

Color Harmonies of #961754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961754

Black with #961754

Text Example


Text Example

White with #961754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961754; }

 p { color: rgb(150,23,84); }

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

background-color css

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

 a { background-color: rgb(150,23,84); }

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

border-color css

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

 span { border-color: rgb(150,23,84); }

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