Html Css Color HEX #920F52 Jazzberry Jam

📋 copy color: '#920F52'

red 146 ◦ green 15 ◦ blue 82

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

Shades of Jazzberry Jam #920F52

Tints of Jazzberry Jam #920F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 60.08%
G = 6.17%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#920F52 (or 0x920F52) is known color: Jazzberry Jam. HEX triplet: 92, 0F and 52. RGB value is (146,15,82). Sum of RGB (Red+Green+Blue) = 146+15+82=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #920F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F52 is #6DF0AD. Grayscale: #3D3D3D. Windows color (decimal): -7205038 or 5377938. OLE color: 5377938.

HSL color Cylindrical-coordinate representation of color #920F52: hue angle of 329.31º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F52 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 82 -
CMYK 0 0.90 0.44 0.43
HSL 329.31º 0.81% 0.32% -
HSV(B) 329.31º 0.9% 0.57% -
XYZ 13.55 7.06 8.63 -
YUV 61.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 146 15 82 0 0.90 0.44 0.43 329.31 0.81 0.32
Hex 92 F 52 0 5A 2C 2B 149 51 20
Octal 222 17 122 0 132 54 53 511 121 40
Binary 10010010 1111 1010010 0 1011010 101100 101011 101001001 1010001 100000

Color Harmonies of #920F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F52

Black with #920F52

Text Example


Text Example

White with #920F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,15,82); }

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

background-color css

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

 a { background-color: rgb(146,15,82); }

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

border-color css

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

 span { border-color: rgb(146,15,82); }

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