Html Css Color HEX #92024C Jazzberry Jam

📋 copy color: '#92024C'

red 146 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #92024C

Tints of Jazzberry Jam #92024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 65.18%
G = 0.89%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#92024C (or 0x92024C) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 4C. RGB value is (146,2,76). Sum of RGB (Red+Green+Blue) = 146+2+76=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92024C is #6DFDB3. Grayscale: #353535. Windows color (decimal): -7208372 or 4981394. OLE color: 4981394.

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

Color convert

RGB 146 2 76 -
CMYK 0 0.99 0.48 0.43
HSL 329.17º 0.97% 0.29% -
HSV(B) 329.17º 0.99% 0.57% -
XYZ 13.18 6.68 7.43 -
YUV 53.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 146 2 76 0 0.99 0.48 0.43 329.17 0.97 0.29
Hex 92 2 4C 0 63 30 2B 149 61 1D
Octal 222 2 114 0 143 60 53 511 141 35
Binary 10010010 10 1001100 0 1100011 110000 101011 101001001 1100001 11101

Color Harmonies of #92024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92024C

Black with #92024C

Text Example


Text Example

White with #92024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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