Html Css Color HEX #920442 Jazzberry Jam

📋 copy color: '#920442'

red 146 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #920442

Tints of Jazzberry Jam #920442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 67.59%
G = 1.85%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#920442 (or 0x920442) is known color: Jazzberry Jam. HEX triplet: 92, 04 and 42. RGB value is (146,4,66). Sum of RGB (Red+Green+Blue) = 146+4+66=216 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.59% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 146 - color contains mainly: red. Hex color #920442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920442 is #6DFBBD. Grayscale: #353535. Windows color (decimal): -7207870 or 4326546. OLE color: 4326546.

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

Color convert

RGB 146 4 66 -
CMYK 0 0.97 0.55 0.43
HSL 333.8º 0.95% 0.29% -
HSV(B) 333.8º 0.97% 0.57% -
XYZ 12.88 6.59 5.75 -
YUV 53.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 146 4 66 0 0.97 0.55 0.43 333.8 0.95 0.29
Hex 92 4 42 0 61 37 2B 14E 5F 1D
Octal 222 4 102 0 141 67 53 516 137 35
Binary 10010010 100 1000010 0 1100001 110111 101011 101001110 1011111 11101

Color Harmonies of #920442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920442

Black with #920442

Text Example


Text Example

White with #920442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920442; }

 p { color: rgb(146,4,66); }

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

background-color css

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

 a { background-color: rgb(146,4,66); }

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

border-color css

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

 span { border-color: rgb(146,4,66); }

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