Html Css Color HEX #93124C Jazzberry Jam

📋 copy color: '#93124C'

red 147 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #93124C

Tints of Jazzberry Jam #93124C

RGB

 RED value IS 147 (57.81% from 255) = 61%

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 61%
G = 7.47%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93124C (or 0x93124C) is known color: Jazzberry Jam. HEX triplet: 93, 12 and 4C. RGB value is (147,18,76). Sum of RGB (Red+Green+Blue) = 147+18+76=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93124C is #6CEDB3. Grayscale: #3F3F3F. Windows color (decimal): -7138740 or 4985491. OLE color: 4985491.

HSL color Cylindrical-coordinate representation of color #93124C: hue angle of 333.02º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93124C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 18 76 -
CMYK 0 0.88 0.48 0.42
HSL 333.02º 0.78% 0.32% -
HSV(B) 333.02º 0.88% 0.58% -
XYZ 13.55 7.16 7.5 -
YUV 63.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 147 18 76 0 0.88 0.48 0.42 333.02 0.78 0.32
Hex 93 12 4C 0 58 30 2A 14D 4E 20
Octal 223 22 114 0 130 60 52 515 116 40
Binary 10010011 10010 1001100 0 1011000 110000 101010 101001101 1001110 100000

Color Harmonies of #93124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93124C

Black with #93124C

Text Example


Text Example

White with #93124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93124C; }

 p { color: rgb(147,18,76); }

 H1.HeaderClassName
 {
   color: #93124C;
 }
 .AnyTagClassName
 {
   color: #93124C;
 }
</style>

background-color css

<style>
 a { background-color: #93124C; }

 a { background-color: rgb(147,18,76); }

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

border-color css

<style>
 span { border-color: #93124C; }

 span { border-color: rgb(147,18,76); }

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