Html Css Color HEX #92195B Jazzberry Jam

📋 copy color: '#92195B'

red 146 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #92195B

Tints of Jazzberry Jam #92195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 55.73%
G = 9.54%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#92195B (or 0x92195B) is known color: Jazzberry Jam. HEX triplet: 92, 19 and 5B. RGB value is (146,25,91). Sum of RGB (Red+Green+Blue) = 146+25+91=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92195B is #6DE6A4. Grayscale: #444444. Windows color (decimal): -7202469 or 5970322. OLE color: 5970322.

HSL color Cylindrical-coordinate representation of color #92195B: hue angle of 327.27º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92195B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 25 91 -
CMYK 0 0.83 0.38 0.43
HSL 327.27º 0.71% 0.34% -
HSV(B) 327.27º 0.83% 0.57% -
XYZ 14.09 7.56 10.61 -
YUV 68.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 146 25 91 0 0.83 0.38 0.43 327.27 0.71 0.34
Hex 92 19 5B 0 53 26 2B 147 47 22
Octal 222 31 133 0 123 46 53 507 107 42
Binary 10010010 11001 1011011 0 1010011 100110 101011 101000111 1000111 100010

Color Harmonies of #92195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92195B

Black with #92195B

Text Example


Text Example

White with #92195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92195B; }

 p { color: rgb(146,25,91); }

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

background-color css

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

 a { background-color: rgb(146,25,91); }

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

border-color css

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

 span { border-color: rgb(146,25,91); }

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