#94033F

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

Shades of Jazzberry Jam #94033F

Tints of Jazzberry Jam #94033F

Color information

#94033F (or 0x94033F) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 03 and 3F. RGB value is (148,3,63). Sum of RGB (Red+Green+Blue) = 148+3+63=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94033F is #6BFCC0. Grayscale: #353535. Windows color (decimal): -7077057 or 4129684. OLE color: 4129684.

HSL color Cylindrical-coordinate representation of color #94033F: hue angle of 335.17º 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 #94033F is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB148363-
CMYK00.980.570.42
HSL335.17º96.03%29.61%-
HSV(B)335.17º97.97%58.04%-
XYZ13.146.725.31-
YUV53.2133.54195.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.16%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 63 (25% from 255) = 29.44%
R=69.16%
G=1.40%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14836300.980.570.42335.1796.0329.61
Hex9433F062392A14f601e
Octal2243770142715251714036
Binary100101001111111101100010111001101010101001111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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