Html Css Color HEX #920553 Jazzberry Jam

📋 copy color: '#920553'

red 146 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #920553

Tints of Jazzberry Jam #920553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.47%

R = 62.39%
G = 2.14%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#920553 (or 0x920553) is known color: Jazzberry Jam. HEX triplet: 92, 05 and 53. RGB value is (146,5,83). Sum of RGB (Red+Green+Blue) = 146+5+83=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #920553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920553 is #6DFAAC. Grayscale: #373737. Windows color (decimal): -7207597 or 5440914. OLE color: 5440914.

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

Color convert

RGB 146 5 83 -
CMYK 0 0.97 0.43 0.43
HSL 326.81º 0.93% 0.3% -
HSV(B) 326.81º 0.97% 0.57% -
XYZ 13.47 6.84 8.79 -
YUV 56.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 146 5 83 0 0.97 0.43 0.43 326.81 0.93 0.3
Hex 92 5 53 0 61 2B 2B 147 5D 1E
Octal 222 5 123 0 141 53 53 507 135 36
Binary 10010010 101 1010011 0 1100001 101011 101011 101000111 1011101 11110

Color Harmonies of #920553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920553

Black with #920553

Text Example


Text Example

White with #920553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920553; }

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

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

background-color css

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

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

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

border-color css

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

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

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