Html Css Color HEX #920C59 Jazzberry Jam

📋 copy color: '#920C59'

red 146 ◦ green 12 ◦ blue 89

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

Shades of Jazzberry Jam #920C59

Tints of Jazzberry Jam #920C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 59.11%
G = 4.86%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#920C59 (or 0x920C59) is known color: Jazzberry Jam. HEX triplet: 92, 0C and 59. RGB value is (146,12,89). Sum of RGB (Red+Green+Blue) = 146+12+89=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #920C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920C59 is #6DF3A6. Grayscale: #3C3C3C. Windows color (decimal): -7205799 or 5835922. OLE color: 5835922.

HSL color Cylindrical-coordinate representation of color #920C59: hue angle of 325.52º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C59 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 12 89 -
CMYK 0 0.92 0.39 0.43
HSL 325.52º 0.85% 0.31% -
HSV(B) 325.52º 0.92% 0.57% -
XYZ 13.79 7.1 10.09 -
YUV 60.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 146 12 89 0 0.92 0.39 0.43 325.52 0.85 0.31
Hex 92 C 59 0 5C 27 2B 146 55 1F
Octal 222 14 131 0 134 47 53 506 125 37
Binary 10010010 1100 1011001 0 1011100 100111 101011 101000110 1010101 11111

Color Harmonies of #920C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920C59

Black with #920C59

Text Example


Text Example

White with #920C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920C59; }

 p { color: rgb(146,12,89); }

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

background-color css

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

 a { background-color: rgb(146,12,89); }

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

border-color css

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

 span { border-color: rgb(146,12,89); }

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