Html Css Color HEX #92124C Jazzberry Jam

📋 copy color: '#92124C'

red 146 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #92124C

Tints of Jazzberry Jam #92124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 60.83%
G = 7.5%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#92124C (or 0x92124C) is known color: Jazzberry Jam. HEX triplet: 92, 12 and 4C. RGB value is (146,18,76). Sum of RGB (Red+Green+Blue) = 146+18+76=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #92124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92124C is #6DEDB3. Grayscale: #3E3E3E. Windows color (decimal): -7204276 or 4985490. OLE color: 4985490.

HSL color Cylindrical-coordinate representation of color #92124C: hue angle of 332.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92124C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 18 76 -
CMYK 0 0.88 0.48 0.43
HSL 332.81º 0.78% 0.32% -
HSV(B) 332.81º 0.88% 0.57% -
XYZ 13.37 7.07 7.5 -
YUV 62.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 146 18 76 0 0.88 0.48 0.43 332.81 0.78 0.32
Hex 92 12 4C 0 58 30 2B 14D 4E 20
Octal 222 22 114 0 130 60 53 515 116 40
Binary 10010010 10010 1001100 0 1011000 110000 101011 101001101 1001110 100000

Color Harmonies of #92124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92124C

Black with #92124C

Text Example


Text Example

White with #92124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92124C; }

 p { color: rgb(146,18,76); }

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

background-color css

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

 a { background-color: rgb(146,18,76); }

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

border-color css

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

 span { border-color: rgb(146,18,76); }

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