#9C1853

Color #9C1853 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9C1853

Tints of Jazzberry Jam #9C1853

Color information

#9C1853 (or 0x9C1853) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 18 and 53. RGB value is (156,24,83). Sum of RGB (Red+Green+Blue) = 156+24+83=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1853 is #63E7AC. Grayscale: #464646. Windows color (decimal): -6547373 or 5445788. OLE color: 5445788.

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

Color convert

RGB1562483-
CMYK00.850.470.39
HSL333.18º73.33%35.29%-
HSV(B)333.18º84.62%61.18%-
XYZ15.68.358.97-
YUV70.19135.23189.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=59.32%
G=9.13%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156248300.850.470.39333.1873.3335.29
Hex9C18530552F2714d4923
Octal234301230125574751511143
Binary10011100110001010011010101011011111001111010011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,24,83); }

 H1.HeaderClassName
 {
   color: #9C1853;
 }
 .AnyTagClassName
 {
   color: #9C1853;
 }
</style>
background-color css

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

 a { background-color: rgb(156,24,83); }

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

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

 span { border-color: rgb(156,24,83); }

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