Html Css Color HEX #920240 Jazzberry Jam

📋 copy color: '#920240'

red 146 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #920240

Tints of Jazzberry Jam #920240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 68.87%
G = 0.94%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#920240 (or 0x920240) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 40. RGB value is (146,2,64). Sum of RGB (Red+Green+Blue) = 146+2+64=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #920240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920240 is #6DFDBF. Grayscale: #343434. Windows color (decimal): -7208384 or 4194962. OLE color: 4194962.

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

Color convert

RGB 146 2 64 -
CMYK 0 0.99 0.56 0.43
HSL 334.17º 0.97% 0.29% -
HSV(B) 334.17º 0.99% 0.57% -
XYZ 12.8 6.52 5.44 -
YUV 52.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 146 2 64 0 0.99 0.56 0.43 334.17 0.97 0.29
Hex 92 2 40 0 63 38 2B 14E 61 1D
Octal 222 2 100 0 143 70 53 516 141 35
Binary 10010010 10 1000000 0 1100011 111000 101011 101001110 1100001 11101

Color Harmonies of #920240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920240

Black with #920240

Text Example


Text Example

White with #920240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920240; }

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

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

background-color css

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

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

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

border-color css

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

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

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