#94053F

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

Shades of Jazzberry Jam #94053F

Tints of Jazzberry Jam #94053F

Color information

#94053F (or 0x94053F) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 05 and 3F. RGB value is (148,5,63). Sum of RGB (Red+Green+Blue) = 148+5+63=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #94053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94053F is #6BFAC0. Grayscale: #363636. Windows color (decimal): -7076545 or 4130196. OLE color: 4130196.

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

Color convert

RGB148563-
CMYK00.970.570.42
HSL335.66º93.46%30%-
HSV(B)335.66º96.62%58.04%-
XYZ13.166.765.31-
YUV54.37132.88194.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.52%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 63 (25% from 255) = 29.17%
R=68.52%
G=2.31%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14856300.970.570.42335.6693.4630
Hex9453F061392A1505d1e
Octal2245770141715252013536
Binary1001010010111111101100001111001101010101010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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