#921E65

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

Shades of Jazzberry Jam #921E65

Tints of Jazzberry Jam #921E65

Color information

#921E65 (or 0x921E65) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 1E and 65. RGB value is (146,30,101). Sum of RGB (Red+Green+Blue) = 146+30+101=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #921E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E65 is #6DE19A. Grayscale: #484848. Windows color (decimal): -7201179 or 6626962. OLE color: 6626962.

HSL color Cylindrical-coordinate representation of color #921E65: hue angle of 323.28º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E65 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB14630101-
CMYK00.790.310.43
HSL323.28º65.91%34.51%-
HSV(B)323.28º79.45%57.25%-
XYZ14.677.9813.08-
YUV72.78143.93180.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 30 (12.11% from 255) = 10.83%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=52.71%
G=10.83%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463010100.790.310.43323.2865.9134.51
Hex921E6504F1F2B1434223
Octal222361450117375350310243
Binary1001001011110110010101001111111111010111010000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921E65; }

 p { color: rgb(146,30,101); }

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

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

 a { background-color: rgb(146,30,101); }

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

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

 span { border-color: rgb(146,30,101); }

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