Html Css Color HEX #920248 Jazzberry Jam

📋 copy color: '#920248'

red 146 ◦ green 2 ◦ blue 72

#920248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #920248

Tints of Jazzberry Jam #920248

RGB

 RED value IS 146 (57.42% from 255) = 66.36%

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 66.36%
G = 0.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#920248 (or 0x920248) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 48. RGB value is (146,2,72). Sum of RGB (Red+Green+Blue) = 146+2+72=220 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 146 - color contains mainly: red. Hex color #920248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920248 is #6DFDB7. Grayscale: #343434. Windows color (decimal): -7208376 or 4719250. OLE color: 4719250.

HSL color Cylindrical-coordinate representation of color #920248: hue angle of 330.83º 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 #920248 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 72 -
CMYK 0 0.99 0.51 0.43
HSL 330.83º 0.97% 0.29% -
HSV(B) 330.83º 0.99% 0.57% -
XYZ 13.05 6.62 6.72 -
YUV 53.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 146 2 72 0 0.99 0.51 0.43 330.83 0.97 0.29
Hex 92 2 48 0 63 33 2B 14B 61 1D
Octal 222 2 110 0 143 63 53 513 141 35
Binary 10010010 10 1001000 0 1100011 110011 101011 101001011 1100001 11101

Color Harmonies of #920248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920248

Black with #920248

Text Example


Text Example

White with #920248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920248; }

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

 H1.HeaderClassName
 {
   color: #920248;
 }
 .AnyTagClassName
 {
   color: #920248;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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