Html Css Color HEX #9C1750 Jazzberry Jam

📋 copy color: '#9C1750'

red 156 ◦ green 23 ◦ blue 80

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

Shades of Jazzberry Jam #9C1750

Tints of Jazzberry Jam #9C1750

RGB

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

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

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

R = 60.23%
G = 8.88%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C1750 (or 0x9C1750) is known color: Jazzberry Jam. HEX triplet: 9C, 17 and 50. RGB value is (156,23,80). Sum of RGB (Red+Green+Blue) = 156+23+80=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1750 is #63E8AF. Grayscale: #454545. Windows color (decimal): -6547632 or 5248924. OLE color: 5248924.

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

Color convert

RGB 156 23 80 -
CMYK 0 0.85 0.49 0.39
HSL 334.29º 0.74% 0.35% -
HSV(B) 334.29º 0.85% 0.61% -
XYZ 15.46 8.26 8.37 -
YUV 69.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 156 23 80 0 0.85 0.49 0.39 334.29 0.74 0.35
Hex 9C 17 50 0 55 31 27 14E 4A 23
Octal 234 27 120 0 125 61 47 516 112 43
Binary 10011100 10111 1010000 0 1010101 110001 100111 101001110 1001010 100011

Color Harmonies of #9C1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1750

Black with #9C1750

Text Example


Text Example

White with #9C1750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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