#930840

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

Shades of Jazzberry Jam #930840

Tints of Jazzberry Jam #930840

Color information

#930840 (or 0x930840) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 08 and 40. RGB value is (147,8,64). Sum of RGB (Red+Green+Blue) = 147+8+64=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #930840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930840 is #6CF7BF. Grayscale: #373737. Windows color (decimal): -7141312 or 4196499. OLE color: 4196499.

HSL color Cylindrical-coordinate representation of color #930840: hue angle of 335.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930840 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB147864-
CMYK00.950.560.42
HSL335.83º89.68%30.39%-
HSV(B)335.83º94.56%57.65%-
XYZ13.046.755.47-
YUV55.94132.55192.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.12%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=67.12%
G=3.65%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14786400.950.560.42335.8389.6830.39
Hex9384005F382A1505a1e
Octal223101000137705252013236
Binary100100111000100000001011111111000101010101010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930840; }

 p { color: rgb(147,8,64); }

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

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

 a { background-color: rgb(147,8,64); }

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

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

 span { border-color: rgb(147,8,64); }

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