Html Css Color HEX #920753 Jazzberry Jam

📋 copy color: '#920753'

red 146 ◦ green 7 ◦ blue 83

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

Shades of Jazzberry Jam #920753

Tints of Jazzberry Jam #920753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

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

R = 61.86%
G = 2.97%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#920753 (or 0x920753) is known color: Jazzberry Jam. HEX triplet: 92, 07 and 53. RGB value is (146,7,83). Sum of RGB (Red+Green+Blue) = 146+7+83=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #920753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920753 is #6DF8AC. Grayscale: #393939. Windows color (decimal): -7207085 or 5441426. OLE color: 5441426.

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

Color convert

RGB 146 7 83 -
CMYK 0 0.95 0.43 0.43
HSL 327.19º 0.91% 0.3% -
HSV(B) 327.19º 0.95% 0.57% -
XYZ 13.49 6.89 8.8 -
YUV 57.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 146 7 83 0 0.95 0.43 0.43 327.19 0.91 0.3
Hex 92 7 53 0 5F 2B 2B 147 5B 1E
Octal 222 7 123 0 137 53 53 507 133 36
Binary 10010010 111 1010011 0 1011111 101011 101011 101000111 1011011 11110

Color Harmonies of #920753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920753

Black with #920753

Text Example


Text Example

White with #920753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920753; }

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

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

background-color css

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

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

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

border-color css

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

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

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