Html Css Color HEX #9C1D5F Jazzberry Jam

📋 copy color: '#9C1D5F'

red 156 ◦ green 29 ◦ blue 95

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

Shades of Jazzberry Jam #9C1D5F

Tints of Jazzberry Jam #9C1D5F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.36%

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 55.71%
G = 10.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C1D5F (or 0x9C1D5F) is known color: Jazzberry Jam. HEX triplet: 9C, 1D and 5F. RGB value is (156,29,95). Sum of RGB (Red+Green+Blue) = 156+29+95=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1D5F is #63E2A0. Grayscale: #4A4A4A. Windows color (decimal): -6546081 or 6233500. OLE color: 6233500.

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

Color convert

RGB 156 29 95 -
CMYK 0 0.81 0.39 0.39
HSL 328.82º 0.69% 0.36% -
HSV(B) 328.82º 0.81% 0.61% -
XYZ 16.22 8.77 11.67 -
YUV 74.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 156 29 95 0 0.81 0.39 0.39 328.82 0.69 0.36
Hex 9C 1D 5F 0 51 27 27 149 45 24
Octal 234 35 137 0 121 47 47 511 105 44
Binary 10011100 11101 1011111 0 1010001 100111 100111 101001001 1000101 100100

Color Harmonies of #9C1D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1D5F

Black with #9C1D5F

Text Example


Text Example

White with #9C1D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,29,95); }

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

background-color css

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

 a { background-color: rgb(156,29,95); }

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

border-color css

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

 span { border-color: rgb(156,29,95); }

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