Html Css Color HEX #9C144A Jazzberry Jam

📋 copy color: '#9C144A'

red 156 ◦ green 20 ◦ blue 74

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

Shades of Jazzberry Jam #9C144A

Tints of Jazzberry Jam #9C144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 62.4%
G = 8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C144A (or 0x9C144A) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 4A. RGB value is (156,20,74). Sum of RGB (Red+Green+Blue) = 156+20+74=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C144A is #63EBB5. Grayscale: #424242. Windows color (decimal): -6548406 or 4854940. OLE color: 4854940.

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

Color convert

RGB 156 20 74 -
CMYK 0 0.87 0.53 0.39
HSL 336.18º 0.77% 0.35% -
HSV(B) 336.18º 0.87% 0.61% -
XYZ 15.2 8.06 7.23 -
YUV 66.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 156 20 74 0 0.87 0.53 0.39 336.18 0.77 0.35
Hex 9C 14 4A 0 57 35 27 150 4D 23
Octal 234 24 112 0 127 65 47 520 115 43
Binary 10011100 10100 1001010 0 1010111 110101 100111 101010000 1001101 100011

Color Harmonies of #9C144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C144A

Black with #9C144A

Text Example


Text Example

White with #9C144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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