Html Css Color HEX #9C1460 Jazzberry Jam

📋 copy color: '#9C1460'

red 156 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #9C1460

Tints of Jazzberry Jam #9C1460

RGB

 RED value IS 156 (61.33% from 255) = 57.35%

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 57.35%
G = 7.35%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C1460 (or 0x9C1460) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 60. RGB value is (156,20,96). Sum of RGB (Red+Green+Blue) = 156+20+96=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1460 is #63EB9F. Grayscale: #454545. Windows color (decimal): -6548384 or 6296732. OLE color: 6296732.

HSL color Cylindrical-coordinate representation of color #9C1460: hue angle of 326.47º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1460 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 96 -
CMYK 0 0.87 0.38 0.39
HSL 326.47º 0.77% 0.35% -
HSV(B) 326.47º 0.87% 0.61% -
XYZ 16.07 8.41 11.84 -
YUV 69.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 156 20 96 0 0.87 0.38 0.39 326.47 0.77 0.35
Hex 9C 14 60 0 57 26 27 146 4D 23
Octal 234 24 140 0 127 46 47 506 115 43
Binary 10011100 10100 1100000 0 1010111 100110 100111 101000110 1001101 100011

Color Harmonies of #9C1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1460

Black with #9C1460

Text Example


Text Example

White with #9C1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C1460; }

 p { color: rgb(156,20,96); }

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

background-color css

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

 a { background-color: rgb(156,20,96); }

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

border-color css

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

 span { border-color: rgb(156,20,96); }

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