#94094B

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

Shades of Jazzberry Jam #94094B

Tints of Jazzberry Jam #94094B

Color information

#94094B (or 0x94094B) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 09 and 4B. RGB value is (148,9,75). Sum of RGB (Red+Green+Blue) = 148+9+75=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #94094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94094B is #6BF6B4. Grayscale: #393939. Windows color (decimal): -7075509 or 4917652. OLE color: 4917652.

HSL color Cylindrical-coordinate representation of color #94094B: hue angle of 331.51º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94094B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB148975-
CMYK00.940.490.42
HSL331.51º88.54%30.78%-
HSV(B)331.51º93.92%58.04%-
XYZ13.5877.29-
YUV58.08137.55192.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.79%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=63.79%
G=3.88%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14897500.940.490.42331.5188.5430.78
Hex9494B05E312A14c591f
Octal224111130136615251413137
Binary100101001001100101101011110110001101010101001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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