Html Css Color HEX #9C1352 Jazzberry Jam

📋 copy color: '#9C1352'

red 156 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #9C1352

Tints of Jazzberry Jam #9C1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 60.7%
G = 7.39%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C1352 (or 0x9C1352) is known color: Jazzberry Jam. HEX triplet: 9C, 13 and 52. RGB value is (156,19,82). Sum of RGB (Red+Green+Blue) = 156+19+82=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1352 is #63ECAD. Grayscale: #434343. Windows color (decimal): -6548654 or 5378972. OLE color: 5378972.

HSL color Cylindrical-coordinate representation of color #9C1352: hue angle of 332.41º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1352 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 82 -
CMYK 0 0.88 0.47 0.39
HSL 332.41º 0.78% 0.34% -
HSV(B) 332.41º 0.88% 0.61% -
XYZ 15.47 8.14 8.74 -
YUV 67.15 136.39 191.38 -
System Red Green Blue C M Y K H S L
Decimal 156 19 82 0 0.88 0.47 0.39 332.41 0.78 0.34
Hex 9C 13 52 0 58 2F 27 14C 4E 22
Octal 234 23 122 0 130 57 47 514 116 42
Binary 10011100 10011 1010010 0 1011000 101111 100111 101001100 1001110 100010

Color Harmonies of #9C1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1352

Black with #9C1352

Text Example


Text Example

White with #9C1352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,19,82); }

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

background-color css

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

 a { background-color: rgb(156,19,82); }

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

border-color css

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

 span { border-color: rgb(156,19,82); }

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