Html Css Color HEX #93004C Jazzberry Jam

📋 copy color: '#93004C'

red 147 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #93004C

Tints of Jazzberry Jam #93004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.92%
G = 0%
B = 34.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93004C (or 0x93004C) is known color: Jazzberry Jam. HEX triplet: 93, 00 and 4C. RGB value is (147,0,76). Sum of RGB (Red+Green+Blue) = 147+0+76=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93004C is #6CFFB3. Grayscale: #343434. Windows color (decimal): -7143348 or 4980883. OLE color: 4980883.

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

Color convert

RGB 147 0 76 -
CMYK 0 1 0.48 0.42
HSL 328.98º 1% 0.29% -
HSV(B) 328.98º 1% 0.58% -
XYZ 13.34 6.72 7.43 -
YUV 52.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 147 0 76 0 1 0.48 0.42 328.98 1 0.29
Hex 93 0 4C 0 64 30 2A 149 64 1D
Octal 223 0 114 0 144 60 52 511 144 35
Binary 10010011 0 1001100 0 1100100 110000 101010 101001001 1100100 11101

Color Harmonies of #93004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93004C

Black with #93004C

Text Example


Text Example

White with #93004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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