Html Css Color HEX #920040 Jazzberry Jam

📋 copy color: '#920040'

red 146 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #920040

Tints of Jazzberry Jam #920040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.52%
G = 0%
B = 30.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#920040 (or 0x920040) is known color: Jazzberry Jam. HEX triplet: 92, 00 and 40. RGB value is (146,0,64). Sum of RGB (Red+Green+Blue) = 146+0+64=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #920040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920040 is #6DFFBF. Grayscale: #323232. Windows color (decimal): -7208896 or 4194450. OLE color: 4194450.

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

Color convert

RGB 146 0 64 -
CMYK 0 1 0.56 0.43
HSL 333.7º 1% 0.29% -
HSV(B) 333.7º 1% 0.57% -
XYZ 12.78 6.48 5.43 -
YUV 50.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 146 0 64 0 1 0.56 0.43 333.7 1 0.29
Hex 92 0 40 0 64 38 2B 14E 64 1D
Octal 222 0 100 0 144 70 53 516 144 35
Binary 10010010 0 1000000 0 1100100 111000 101011 101001110 1100100 11101

Color Harmonies of #920040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920040

Black with #920040

Text Example


Text Example

White with #920040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920040; }

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

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

background-color css

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

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

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

border-color css

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

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

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