#94004B

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

Shades of Jazzberry Jam #94004B

Tints of Jazzberry Jam #94004B

Color information

#94004B (or 0x94004B) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 00 and 4B. RGB value is (148,0,75). Sum of RGB (Red+Green+Blue) = 148+0+75=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #94004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94004B is #6BFFB4. Grayscale: #343434. Windows color (decimal): -7077813 or 4915348. OLE color: 4915348.

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

Color convert

RGB148075-
CMYK010.490.42
HSL329.59º100%29.02%-
HSV(B)329.59º100%58.04%-
XYZ13.486.87.26-
YUV52.8140.53195.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=66.37%
G=0%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148075010.490.42329.5910029.02
Hex9404B064312A14a641d
Octal22401130144615251214435
Binary100101000100101101100100110001101010101001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94004B; }

 p { color: rgb(148,0,75); }

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

<style>
 a { background-color: #94004B; }

 a { background-color: rgb(148,0,75); }

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

<style>
 span { border-color: #94004B; }

 span { border-color: rgb(148,0,75); }

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