Html Css Color HEX #9C0C47 Jazzberry Jam

📋 copy color: '#9C0C47'

red 156 ◦ green 12 ◦ blue 71

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

Shades of Jazzberry Jam #9C0C47

Tints of Jazzberry Jam #9C0C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 65.27%
G = 5.02%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9C0C47 (or 0x9C0C47) is known color: Jazzberry Jam. HEX triplet: 9C, 0C and 47. RGB value is (156,12,71). Sum of RGB (Red+Green+Blue) = 156+12+71=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0C47 is #63F3B8. Grayscale: #3D3D3D. Windows color (decimal): -6550457 or 4656284. OLE color: 4656284.

HSL color Cylindrical-coordinate representation of color #9C0C47: hue angle of 335.42º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C47 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 12 71 -
CMYK 0 0.92 0.54 0.39
HSL 335.42º 0.86% 0.33% -
HSV(B) 335.42º 0.92% 0.61% -
XYZ 14.98 7.79 6.67 -
YUV 61.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 156 12 71 0 0.92 0.54 0.39 335.42 0.86 0.33
Hex 9C C 47 0 5C 36 27 14F 56 21
Octal 234 14 107 0 134 66 47 517 126 41
Binary 10011100 1100 1000111 0 1011100 110110 100111 101001111 1010110 100001

Color Harmonies of #9C0C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C47

Black with #9C0C47

Text Example


Text Example

White with #9C0C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,71); }

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

background-color css

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

 a { background-color: rgb(156,12,71); }

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

border-color css

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

 span { border-color: rgb(156,12,71); }

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