Html Css Color HEX #93124D Jazzberry Jam

📋 copy color: '#93124D'

red 147 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #93124D

Tints of Jazzberry Jam #93124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 60.74%
G = 7.44%
B = 31.82%

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

#93124D (or 0x93124D) is known color: Jazzberry Jam. HEX triplet: 93, 12 and 4D. RGB value is (147,18,77). Sum of RGB (Red+Green+Blue) = 147+18+77=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93124D is #6CEDB2. Grayscale: #3F3F3F. Windows color (decimal): -7138739 or 5051027. OLE color: 5051027.

HSL color Cylindrical-coordinate representation of color #93124D: hue angle of 332.56º 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 #93124D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 18 77 -
CMYK 0 0.88 0.48 0.42
HSL 332.56º 0.78% 0.32% -
HSV(B) 332.56º 0.88% 0.58% -
XYZ 13.59 7.17 7.69 -
YUV 63.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 147 18 77 0 0.88 0.48 0.42 332.56 0.78 0.32
Hex 93 12 4D 0 58 30 2A 14D 4E 20
Octal 223 22 115 0 130 60 52 515 116 40
Binary 10010011 10010 1001101 0 1011000 110000 101010 101001101 1001110 100000

Color Harmonies of #93124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93124D

Black with #93124D

Text Example


Text Example

White with #93124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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