Html Css Color HEX #9C1955 Jazzberry Jam

📋 copy color: '#9C1955'

red 156 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #9C1955

Tints of Jazzberry Jam #9C1955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 58.65%
G = 9.4%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C1955 (or 0x9C1955) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 55. RGB value is (156,25,85). Sum of RGB (Red+Green+Blue) = 156+25+85=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1955 is #63E6AA. Grayscale: #464646. Windows color (decimal): -6547115 or 5577116. OLE color: 5577116.

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

Color convert

RGB 156 25 85 -
CMYK 0 0.84 0.46 0.39
HSL 332.52º 0.72% 0.35% -
HSV(B) 332.52º 0.84% 0.61% -
XYZ 15.7 8.42 9.39 -
YUV 71.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 156 25 85 0 0.84 0.46 0.39 332.52 0.72 0.35
Hex 9C 19 55 0 54 2E 27 14D 48 23
Octal 234 31 125 0 124 56 47 515 110 43
Binary 10011100 11001 1010101 0 1010100 101110 100111 101001101 1001000 100011

Color Harmonies of #9C1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1955

Black with #9C1955

Text Example


Text Example

White with #9C1955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,85); }

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

background-color css

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

 a { background-color: rgb(156,25,85); }

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

border-color css

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

 span { border-color: rgb(156,25,85); }

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