#93064F

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

Shades of Jazzberry Jam #93064F

Tints of Jazzberry Jam #93064F

Color information

#93064F (or 0x93064F) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 06 and 4F. RGB value is (147,6,79). Sum of RGB (Red+Green+Blue) = 147+6+79=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #93064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93064F is #6CF9B0. Grayscale: #383838. Windows color (decimal): -7141809 or 5179027. OLE color: 5179027.

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

Color convert

RGB147679-
CMYK00.960.460.42
HSL328.94º92.16%30%-
HSV(B)328.94º95.92%57.65%-
XYZ13.516.98.02-
YUV56.48140.71192.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.36%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=63.36%
G=2.59%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14767900.960.460.42328.9492.1630
Hex9364F0602E2A1495c1e
Octal22361170140565251113436
Binary10010011110100111101100000101110101010101001001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,6,79); }

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

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

 a { background-color: rgb(147,6,79); }

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

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

 span { border-color: rgb(147,6,79); }

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