Html Css Color HEX #920847 Jazzberry Jam

📋 copy color: '#920847'

red 146 ◦ green 8 ◦ blue 71

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

Shades of Jazzberry Jam #920847

Tints of Jazzberry Jam #920847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 64.89%
G = 3.56%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#920847 (or 0x920847) is known color: Jazzberry Jam. HEX triplet: 92, 08 and 47. RGB value is (146,8,71). Sum of RGB (Red+Green+Blue) = 146+8+71=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #920847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920847 is #6DF7B8. Grayscale: #383838. Windows color (decimal): -7206841 or 4655250. OLE color: 4655250.

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

Color convert

RGB 146 8 71 -
CMYK 0 0.95 0.51 0.43
HSL 332.61º 0.9% 0.3% -
HSV(B) 332.61º 0.95% 0.57% -
XYZ 13.08 6.74 6.57 -
YUV 56.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 146 8 71 0 0.95 0.51 0.43 332.61 0.9 0.3
Hex 92 8 47 0 5F 33 2B 14D 5A 1E
Octal 222 10 107 0 137 63 53 515 132 36
Binary 10010010 1000 1000111 0 1011111 110011 101011 101001101 1011010 11110

Color Harmonies of #920847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920847

Black with #920847

Text Example


Text Example

White with #920847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920847; }

 p { color: rgb(146,8,71); }

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

background-color css

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

 a { background-color: rgb(146,8,71); }

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

border-color css

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

 span { border-color: rgb(146,8,71); }

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