Html Css Color HEX #92024B Jazzberry Jam

📋 copy color: '#92024B'

red 146 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #92024B

Tints of Jazzberry Jam #92024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 65.47%
G = 0.9%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#92024B (or 0x92024B) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 4B. RGB value is (146,2,75). Sum of RGB (Red+Green+Blue) = 146+2+75=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #92024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92024B is #6DFDB4. Grayscale: #353535. Windows color (decimal): -7208373 or 4915858. OLE color: 4915858.

HSL color Cylindrical-coordinate representation of color #92024B: hue angle of 329.58º 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 #92024B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 75 -
CMYK 0 0.99 0.49 0.43
HSL 329.58º 0.97% 0.29% -
HSV(B) 329.58º 0.99% 0.57% -
XYZ 13.15 6.66 7.25 -
YUV 53.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 146 2 75 0 0.99 0.49 0.43 329.58 0.97 0.29
Hex 92 2 4B 0 63 31 2B 14A 61 1D
Octal 222 2 113 0 143 61 53 512 141 35
Binary 10010010 10 1001011 0 1100011 110001 101011 101001010 1100001 11101

Color Harmonies of #92024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92024B

Black with #92024B

Text Example


Text Example

White with #92024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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