Html Css Color HEX #92155D Jazzberry Jam

📋 copy color: '#92155D'

red 146 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #92155D

Tints of Jazzberry Jam #92155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 56.15%
G = 8.08%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#92155D (or 0x92155D) is known color: Jazzberry Jam. HEX triplet: 92, 15 and 5D. RGB value is (146,21,93). Sum of RGB (Red+Green+Blue) = 146+21+93=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #92155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92155D is #6DEAA2. Grayscale: #424242. Windows color (decimal): -7203491 or 6100370. OLE color: 6100370.

HSL color Cylindrical-coordinate representation of color #92155D: hue angle of 325.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92155D is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 21 93 -
CMYK 0 0.86 0.36 0.43
HSL 325.44º 0.75% 0.33% -
HSV(B) 325.44º 0.86% 0.57% -
XYZ 14.1 7.44 11.05 -
YUV 66.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 146 21 93 0 0.86 0.36 0.43 325.44 0.75 0.33
Hex 92 15 5D 0 56 24 2B 145 4B 21
Octal 222 25 135 0 126 44 53 505 113 41
Binary 10010010 10101 1011101 0 1010110 100100 101011 101000101 1001011 100001

Color Harmonies of #92155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92155D

Black with #92155D

Text Example


Text Example

White with #92155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92155D; }

 p { color: rgb(146,21,93); }

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

background-color css

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

 a { background-color: rgb(146,21,93); }

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

border-color css

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

 span { border-color: rgb(146,21,93); }

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