Html Css Color HEX #9C1450 Jazzberry Jam

📋 copy color: '#9C1450'

red 156 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #9C1450

Tints of Jazzberry Jam #9C1450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 60.94%
G = 7.81%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C1450 (or 0x9C1450) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 50. RGB value is (156,20,80). Sum of RGB (Red+Green+Blue) = 156+20+80=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1450 is #63EBAF. Grayscale: #434343. Windows color (decimal): -6548400 or 5248156. OLE color: 5248156.

HSL color Cylindrical-coordinate representation of color #9C1450: hue angle of 333.53º 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 #9C1450 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 80 -
CMYK 0 0.87 0.49 0.39
HSL 333.53º 0.77% 0.35% -
HSV(B) 333.53º 0.87% 0.61% -
XYZ 15.41 8.15 8.35 -
YUV 67.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 156 20 80 0 0.87 0.49 0.39 333.53 0.77 0.35
Hex 9C 14 50 0 57 31 27 14E 4D 23
Octal 234 24 120 0 127 61 47 516 115 43
Binary 10011100 10100 1010000 0 1010111 110001 100111 101001110 1001101 100011

Color Harmonies of #9C1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1450

Black with #9C1450

Text Example


Text Example

White with #9C1450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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