Html Css Color HEX #961053 Jazzberry Jam

📋 copy color: '#961053'

red 150 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #961053

Tints of Jazzberry Jam #961053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 60.24%
G = 6.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#961053 (or 0x961053) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 53. RGB value is (150,16,83). Sum of RGB (Red+Green+Blue) = 150+16+83=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #961053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961053 is #69EFAC. Grayscale: #3F3F3F. Windows color (decimal): -6942637 or 5443734. OLE color: 5443734.

HSL color Cylindrical-coordinate representation of color #961053: hue angle of 330º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961053 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 83 -
CMYK 0 0.89 0.45 0.41
HSL 330º 0.81% 0.33% -
HSV(B) 330º 0.89% 0.59% -
XYZ 14.32 7.48 8.87 -
YUV 63.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 150 16 83 0 0.89 0.45 0.41 330 0.81 0.33
Hex 96 10 53 0 59 2D 29 14A 51 21
Octal 226 20 123 0 131 55 51 512 121 41
Binary 10010110 10000 1010011 0 1011001 101101 101001 101001010 1010001 100001

Color Harmonies of #961053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961053

Black with #961053

Text Example


Text Example

White with #961053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961053; }

 p { color: rgb(150,16,83); }

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

background-color css

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

 a { background-color: rgb(150,16,83); }

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

border-color css

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

 span { border-color: rgb(150,16,83); }

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