Html Css Color HEX #920D59 Jazzberry Jam

📋 copy color: '#920D59'

red 146 ◦ green 13 ◦ blue 89

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

Shades of Jazzberry Jam #920D59

Tints of Jazzberry Jam #920D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 58.87%
G = 5.24%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#920D59 (or 0x920D59) is known color: Jazzberry Jam. HEX triplet: 92, 0D and 59. RGB value is (146,13,89). Sum of RGB (Red+Green+Blue) = 146+13+89=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D59 is #6DF2A6. Grayscale: #3D3D3D. Windows color (decimal): -7205543 or 5836178. OLE color: 5836178.

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

Color convert

RGB 146 13 89 -
CMYK 0 0.91 0.39 0.43
HSL 325.71º 0.84% 0.31% -
HSV(B) 325.71º 0.91% 0.57% -
XYZ 13.8 7.12 10.1 -
YUV 61.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 146 13 89 0 0.91 0.39 0.43 325.71 0.84 0.31
Hex 92 D 59 0 5B 27 2B 146 54 1F
Octal 222 15 131 0 133 47 53 506 124 37
Binary 10010010 1101 1011001 0 1011011 100111 101011 101000110 1010100 11111

Color Harmonies of #920D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D59

Black with #920D59

Text Example


Text Example

White with #920D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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