Html Css Color HEX #920241 Jazzberry Jam

📋 copy color: '#920241'

red 146 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #920241

Tints of Jazzberry Jam #920241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 68.54%
G = 0.94%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#920241 (or 0x920241) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 41. RGB value is (146,2,65). Sum of RGB (Red+Green+Blue) = 146+2+65=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #920241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920241 is #6DFDBE. Grayscale: #343434. Windows color (decimal): -7208383 or 4260498. OLE color: 4260498.

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

Color convert

RGB 146 2 65 -
CMYK 0 0.99 0.55 0.43
HSL 333.75º 0.97% 0.29% -
HSV(B) 333.75º 0.99% 0.57% -
XYZ 12.83 6.54 5.59 -
YUV 52.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 146 2 65 0 0.99 0.55 0.43 333.75 0.97 0.29
Hex 92 2 41 0 63 37 2B 14E 61 1D
Octal 222 2 101 0 143 67 53 516 141 35
Binary 10010010 10 1000001 0 1100011 110111 101011 101001110 1100001 11101

Color Harmonies of #920241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920241

Black with #920241

Text Example


Text Example

White with #920241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920241; }

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

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

background-color css

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

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

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

border-color css

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

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

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