#93004A

Color #93004A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #93004A

Tints of Jazzberry Jam #93004A

Color information

#93004A (or 0x93004A) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 00 and 4A. RGB value is (147,0,74). Sum of RGB (Red+Green+Blue) = 147+0+74=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #93004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93004A is #6CFFB5. Grayscale: #343434. Windows color (decimal): -7143350 or 4849811. OLE color: 4849811.

HSL color Cylindrical-coordinate representation of color #93004A: hue angle of 329.8º 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 #93004A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB147074-
CMYK010.500.42
HSL329.8º100%28.82%-
HSV(B)329.8º100%57.65%-
XYZ13.276.77.07-
YUV52.39140.2195.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=66.52%
G=0%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147074010.500.42329.810028.82
Hex9304A064322A14a641d
Octal22301120144625251214435
Binary100100110100101001100100110010101010101001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93004A;
 }
 .AnyTagClassName
 {
   color: #93004A;
 }
</style>
background-color css

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

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

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

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

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

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