#94125D

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

Shades of Jazzberry Jam #94125D

Tints of Jazzberry Jam #94125D

Color information

#94125D (or 0x94125D) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 12 and 5D. RGB value is (148,18,93). Sum of RGB (Red+Green+Blue) = 148+18+93=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94125D is #6BEDA2. Grayscale: #414141. Windows color (decimal): -7073187 or 6099604. OLE color: 6099604.

HSL color Cylindrical-coordinate representation of color #94125D: hue angle of 325.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94125D is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1481893-
CMYK00.880.370.42
HSL325.38º78.31%32.55%-
HSV(B)325.38º87.84%58.04%-
XYZ14.47.5211.05-
YUV65.42143.57186.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=57.14%
G=6.95%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148189300.880.370.42325.3878.3132.55
Hex94125D058252A1454e21
Octal224221350130455250511641
Binary10010100100101011101010110001001011010101010001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94125D; }

 p { color: rgb(148,18,93); }

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

<style>
 a { background-color: #94125D; }

 a { background-color: rgb(148,18,93); }

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

<style>
 span { border-color: #94125D; }

 span { border-color: rgb(148,18,93); }

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