Html Css Color HEX #9C004A Jazzberry Jam

📋 copy color: '#9C004A'

red 156 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #9C004A

Tints of Jazzberry Jam #9C004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 67.83%
G = 0%
B = 32.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C004A (or 0x9C004A) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 4A. RGB value is (156,0,74). Sum of RGB (Red+Green+Blue) = 156+0+74=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C004A is #63FFB5. Grayscale: #363636. Windows color (decimal): -6553526 or 4849820. OLE color: 4849820.

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

Color convert

RGB 156 0 74 -
CMYK 0 1 0.53 0.39
HSL 331.54º 1% 0.31% -
HSV(B) 331.54º 1% 0.61% -
XYZ 14.95 7.56 7.15 -
YUV 55.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 156 0 74 0 1 0.53 0.39 331.54 1 0.31
Hex 9C 0 4A 0 64 35 27 14C 64 1F
Octal 234 0 112 0 144 65 47 514 144 37
Binary 10011100 0 1001010 0 1100100 110101 100111 101001100 1100100 11111

Color Harmonies of #9C004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C004A

Black with #9C004A

Text Example


Text Example

White with #9C004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,74); }

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

background-color css

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

 a { background-color: rgb(156,0,74); }

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

border-color css

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

 span { border-color: rgb(156,0,74); }

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