#94034F

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

Shades of Jazzberry Jam #94034F

Tints of Jazzberry Jam #94034F

Color information

#94034F (or 0x94034F) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 03 and 4F. RGB value is (148,3,79). Sum of RGB (Red+Green+Blue) = 148+3+79=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #94034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94034F is #6BFCB0. Grayscale: #363636. Windows color (decimal): -7077041 or 5178260. OLE color: 5178260.

HSL color Cylindrical-coordinate representation of color #94034F: hue angle of 328.55º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94034F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB148379-
CMYK00.980.470.42
HSL328.55º96.03%29.61%-
HSV(B)328.55º97.97%58.04%-
XYZ13.666.938.01-
YUV55.02141.54194.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.35%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=64.35%
G=1.30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14837900.980.470.42328.5596.0329.61
Hex9434F0622F2A149601e
Octal22431170142575251114036
Binary1001010011100111101100010101111101010101001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94034F; }

 p { color: rgb(148,3,79); }

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

<style>
 a { background-color: #94034F; }

 a { background-color: rgb(148,3,79); }

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

<style>
 span { border-color: #94034F; }

 span { border-color: rgb(148,3,79); }

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