Html Css Color HEX #9C0553 Jazzberry Jam

📋 copy color: '#9C0553'

red 156 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #9C0553

Tints of Jazzberry Jam #9C0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 63.93%
G = 2.05%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C0553 (or 0x9C0553) is known color: Jazzberry Jam. HEX triplet: 9C, 05 and 53. RGB value is (156,5,83). Sum of RGB (Red+Green+Blue) = 156+5+83=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0553 is #63FAAC. Grayscale: #3A3A3A. Windows color (decimal): -6552237 or 5440924. OLE color: 5440924.

HSL color Cylindrical-coordinate representation of color #9C0553: hue angle of 329.01º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0553 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 5 83 -
CMYK 0 0.97 0.47 0.39
HSL 329.01º 0.94% 0.32% -
HSV(B) 329.01º 0.97% 0.61% -
XYZ 15.33 7.8 8.88 -
YUV 59.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 156 5 83 0 0.97 0.47 0.39 329.01 0.94 0.32
Hex 9C 5 53 0 61 2F 27 149 5E 20
Octal 234 5 123 0 141 57 47 511 136 40
Binary 10011100 101 1010011 0 1100001 101111 100111 101001001 1011110 100000

Color Harmonies of #9C0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0553

Black with #9C0553

Text Example


Text Example

White with #9C0553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,83); }

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

background-color css

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

 a { background-color: rgb(156,5,83); }

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

border-color css

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

 span { border-color: rgb(156,5,83); }

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