#921555

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

Shades of Jazzberry Jam #921555

Tints of Jazzberry Jam #921555

Color information

#921555 (or 0x921555) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 15 and 55. RGB value is (146,21,85). Sum of RGB (Red+Green+Blue) = 146+21+85=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #921555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921555 is #6DEAAA. Grayscale: #414141. Windows color (decimal): -7203499 or 5576082. OLE color: 5576082.

HSL color Cylindrical-coordinate representation of color #921555: hue angle of 329.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921555 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1462185-
CMYK00.860.420.43
HSL329.28º74.85%32.75%-
HSV(B)329.28º85.62%57.25%-
XYZ13.767.39.28-
YUV65.67138.91185.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=57.94%
G=8.33%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146218500.860.420.43329.2874.8532.75
Hex9215550562A2B1494b21
Octal222251250126525351111341
Binary10010010101011010101010101101010101010111010010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921555; }

 p { color: rgb(146,21,85); }

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

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

 a { background-color: rgb(146,21,85); }

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

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

 span { border-color: rgb(146,21,85); }

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