Html Css Color HEX #93044A Jazzberry Jam

📋 copy color: '#93044A'

red 147 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #93044A

Tints of Jazzberry Jam #93044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 65.33%
G = 1.78%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93044A (or 0x93044A) is known color: Jazzberry Jam. HEX triplet: 93, 04 and 4A. RGB value is (147,4,74). Sum of RGB (Red+Green+Blue) = 147+4+74=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93044A is #6CFBB5. Grayscale: #363636. Windows color (decimal): -7142326 or 4850835. OLE color: 4850835.

HSL color Cylindrical-coordinate representation of color #93044A: hue angle of 330.63º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93044A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 74 -
CMYK 0 0.97 0.50 0.42
HSL 330.63º 0.95% 0.3% -
HSV(B) 330.63º 0.97% 0.58% -
XYZ 13.31 6.78 7.09 -
YUV 54.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 147 4 74 0 0.97 0.50 0.42 330.63 0.95 0.3
Hex 93 4 4A 0 61 32 2A 14B 5F 1E
Octal 223 4 112 0 141 62 52 513 137 36
Binary 10010011 100 1001010 0 1100001 110010 101010 101001011 1011111 11110

Color Harmonies of #93044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93044A

Black with #93044A

Text Example


Text Example

White with #93044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93044A; }

 p { color: rgb(147,4,74); }

 H1.HeaderClassName
 {
   color: #93044A;
 }
 .AnyTagClassName
 {
   color: #93044A;
 }
</style>

background-color css

<style>
 a { background-color: #93044A; }

 a { background-color: rgb(147,4,74); }

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

border-color css

<style>
 span { border-color: #93044A; }

 span { border-color: rgb(147,4,74); }

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