#920250

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

Shades of Jazzberry Jam #920250

Tints of Jazzberry Jam #920250

Color information

#920250 (or 0x920250) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 02 and 50. RGB value is (146,2,80). Sum of RGB (Red+Green+Blue) = 146+2+80=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #920250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920250 is #6DFDAF. Grayscale: #353535. Windows color (decimal): -7208368 or 5243538. OLE color: 5243538.

HSL color Cylindrical-coordinate representation of color #920250: hue angle of 327.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920250 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB146280-
CMYK00.990.450.43
HSL327.5º97.3%29.02%-
HSV(B)327.5º98.63%57.25%-
XYZ13.326.738.19-
YUV53.95142.71193.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.04%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=64.04%
G=0.88%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14628000.990.450.43327.597.329.02
Hex922500632D2B148611d
Octal22221200143555351014135
Binary1001001010101000001100011101101101011101001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920250; }

 p { color: rgb(146,2,80); }

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

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

 a { background-color: rgb(146,2,80); }

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

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

 span { border-color: rgb(146,2,80); }

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