Html Css Color HEX #920E4D Jazzberry Jam

📋 copy color: '#920E4D'

red 146 ◦ green 14 ◦ blue 77

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

Shades of Jazzberry Jam #920E4D

Tints of Jazzberry Jam #920E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 61.6%
G = 5.91%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#920E4D (or 0x920E4D) is known color: Jazzberry Jam. HEX triplet: 92, 0E and 4D. RGB value is (146,14,77). Sum of RGB (Red+Green+Blue) = 146+14+77=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #920E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E4D is #6DF1B2. Grayscale: #3C3C3C. Windows color (decimal): -7205299 or 5050002. OLE color: 5050002.

HSL color Cylindrical-coordinate representation of color #920E4D: hue angle of 331.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E4D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 14 77 -
CMYK 0 0.90 0.47 0.43
HSL 331.36º 0.83% 0.31% -
HSV(B) 331.36º 0.9% 0.57% -
XYZ 13.35 6.96 7.66 -
YUV 60.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 146 14 77 0 0.90 0.47 0.43 331.36 0.83 0.31
Hex 92 E 4D 0 5A 2F 2B 14B 52 1F
Octal 222 16 115 0 132 57 53 513 122 37
Binary 10010010 1110 1001101 0 1011010 101111 101011 101001011 1010010 11111

Color Harmonies of #920E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920E4D

Black with #920E4D

Text Example


Text Example

White with #920E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920E4D; }

 p { color: rgb(146,14,77); }

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

background-color css

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

 a { background-color: rgb(146,14,77); }

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

border-color css

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

 span { border-color: rgb(146,14,77); }

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