Html Css Color HEX #920551 Jazzberry Jam

📋 copy color: '#920551'

red 146 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #920551

Tints of Jazzberry Jam #920551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 62.93%
G = 2.16%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#920551 (or 0x920551) is known color: Jazzberry Jam. HEX triplet: 92, 05 and 51. RGB value is (146,5,81). Sum of RGB (Red+Green+Blue) = 146+5+81=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #920551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920551 is #6DFAAE. Grayscale: #373737. Windows color (decimal): -7207599 or 5309842. OLE color: 5309842.

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

Color convert

RGB 146 5 81 -
CMYK 0 0.97 0.45 0.43
HSL 327.66º 0.93% 0.3% -
HSV(B) 327.66º 0.97% 0.57% -
XYZ 13.39 6.81 8.39 -
YUV 55.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 146 5 81 0 0.97 0.45 0.43 327.66 0.93 0.3
Hex 92 5 51 0 61 2D 2B 148 5D 1E
Octal 222 5 121 0 141 55 53 510 135 36
Binary 10010010 101 1010001 0 1100001 101101 101011 101001000 1011101 11110

Color Harmonies of #920551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920551

Black with #920551

Text Example


Text Example

White with #920551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920551; }

 p { color: rgb(146,5,81); }

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

background-color css

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

 a { background-color: rgb(146,5,81); }

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

border-color css

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

 span { border-color: rgb(146,5,81); }

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