Html Css Color HEX #9C1853 Jazzberry Jam

📋 copy color: '#9C1853'

red 156 ◦ green 24 ◦ blue 83

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

Shades of Jazzberry Jam #9C1853

Tints of Jazzberry Jam #9C1853

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 value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C1853 (or 0x9C1853) is known color: 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

RGB 156 24 83 -
CMYK 0 0.85 0.47 0.39
HSL 333.18º 0.73% 0.35% -
HSV(B) 333.18º 0.85% 0.61% -
XYZ 15.6 8.35 8.97 -
YUV 70.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 156 24 83 0 0.85 0.47 0.39 333.18 0.73 0.35
Hex 9C 18 53 0 55 2F 27 14D 49 23
Octal 234 30 123 0 125 57 47 515 111 43
Binary 10011100 11000 1010011 0 1010101 101111 100111 101001101 1001001 100011

Color Harmonies of #9C1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1853

Black with #9C1853

Text Example


Text Example

White with #9C1853

Text Example


Text Example

HTML Codes & Css Web 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>