Html Css Color HEX #9C0249 Jazzberry Jam

📋 copy color: '#9C0249'

red 156 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #9C0249

Tints of Jazzberry Jam #9C0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 67.53%
G = 0.87%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C0249 (or 0x9C0249) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 49. RGB value is (156,2,73). Sum of RGB (Red+Green+Blue) = 156+2+73=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0249 is #63FDB6. Grayscale: #383838. Windows color (decimal): -6553015 or 4784796. OLE color: 4784796.

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

Color convert

RGB 156 2 73 -
CMYK 0 0.99 0.53 0.39
HSL 332.34º 0.97% 0.31% -
HSV(B) 332.34º 0.99% 0.61% -
XYZ 14.93 7.59 6.98 -
YUV 56.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 156 2 73 0 0.99 0.53 0.39 332.34 0.97 0.31
Hex 9C 2 49 0 63 35 27 14C 61 1F
Octal 234 2 111 0 143 65 47 514 141 37
Binary 10011100 10 1001001 0 1100011 110101 100111 101001100 1100001 11111

Color Harmonies of #9C0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0249

Black with #9C0249

Text Example


Text Example

White with #9C0249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,2,73); }

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

background-color css

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

 a { background-color: rgb(156,2,73); }

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

border-color css

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

 span { border-color: rgb(156,2,73); }

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