#930642

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

Shades of Jazzberry Jam #930642

Tints of Jazzberry Jam #930642

Color information

#930642 (or 0x930642) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 06 and 42. RGB value is (147,6,66). Sum of RGB (Red+Green+Blue) = 147+6+66=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #930642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930642 is #6CF9BD. Grayscale: #363636. Windows color (decimal): -7141822 or 4327059. OLE color: 4327059.

HSL color Cylindrical-coordinate representation of color #930642: hue angle of 334.47º 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 #930642 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB147666-
CMYK00.960.550.42
HSL334.47º92.16%30%-
HSV(B)334.47º95.92%57.65%-
XYZ13.086.735.76-
YUV55134.21193.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.12%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=67.12%
G=2.74%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14766600.960.550.42334.4792.1630
Hex93642060372A14e5c1e
Octal22361020140675251613436
Binary10010011110100001001100000110111101010101001110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930642; }

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

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

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

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

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

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

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

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