Html Css Color HEX #9C0142 Jazzberry Jam

📋 copy color: '#9C0142'

red 156 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #9C0142

Tints of Jazzberry Jam #9C0142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 66 (26.17% from 255) = 29.6%

R = 69.96%
G = 0.45%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C0142 (or 0x9C0142) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 42. RGB value is (156,1,66). Sum of RGB (Red+Green+Blue) = 156+1+66=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0142 is #63FEBD. Grayscale: #363636. Windows color (decimal): -6553278 or 4325788. OLE color: 4325788.

HSL color Cylindrical-coordinate representation of color #9C0142: hue angle of 334.84º degrees, saturation: 0.99, 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 #9C0142 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 66 -
CMYK 0 0.99 0.58 0.39
HSL 334.84º 0.99% 0.31% -
HSV(B) 334.84º 0.99% 0.61% -
XYZ 14.7 7.48 5.82 -
YUV 54.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 156 1 66 0 0.99 0.58 0.39 334.84 0.99 0.31
Hex 9C 1 42 0 63 3A 27 14F 63 1F
Octal 234 1 102 0 143 72 47 517 143 37
Binary 10011100 1 1000010 0 1100011 111010 100111 101001111 1100011 11111

Color Harmonies of #9C0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0142

Black with #9C0142

Text Example


Text Example

White with #9C0142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,66); }

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

background-color css

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

 a { background-color: rgb(156,1,66); }

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

border-color css

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

 span { border-color: rgb(156,1,66); }

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