Html Css Color HEX #920247 Jazzberry Jam

📋 copy color: '#920247'

red 146 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #920247

Tints of Jazzberry Jam #920247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.42%

R = 66.67%
G = 0.91%
B = 32.42%

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

#920247 (or 0x920247) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 47. RGB value is (146,2,71). Sum of RGB (Red+Green+Blue) = 146+2+71=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #920247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920247 is #6DFDB8. Grayscale: #343434. Windows color (decimal): -7208377 or 4653714. OLE color: 4653714.

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

Color convert

RGB 146 2 71 -
CMYK 0 0.99 0.51 0.43
HSL 331.25º 0.97% 0.29% -
HSV(B) 331.25º 0.99% 0.57% -
XYZ 13.01 6.61 6.55 -
YUV 52.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 146 2 71 0 0.99 0.51 0.43 331.25 0.97 0.29
Hex 92 2 47 0 63 33 2B 14B 61 1D
Octal 222 2 107 0 143 63 53 513 141 35
Binary 10010010 10 1000111 0 1100011 110011 101011 101001011 1100001 11101

Color Harmonies of #920247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920247

Black with #920247

Text Example


Text Example

White with #920247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920247; }

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

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

background-color css

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

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

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

border-color css

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

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

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