Html Css Color HEX #90155B Jazzberry Jam

📋 copy color: '#90155B'

red 144 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #90155B

Tints of Jazzberry Jam #90155B

RGB

 RED value IS 144 (56.64% from 255) = 56.25%

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

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

R = 56.25%
G = 8.2%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90155B (or 0x90155B) is known color: Jazzberry Jam. HEX triplet: 90, 15 and 5B. RGB value is (144,21,91). Sum of RGB (Red+Green+Blue) = 144+21+91=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90155B is #6FEAA4. Grayscale: #414141. Windows color (decimal): -7334565 or 5969296. OLE color: 5969296.

HSL color Cylindrical-coordinate representation of color #90155B: hue angle of 325.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90155B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 91 -
CMYK 0 0.85 0.37 0.44
HSL 325.85º 0.75% 0.32% -
HSV(B) 325.85º 0.85% 0.56% -
XYZ 13.66 7.22 10.57 -
YUV 65.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 144 21 91 0 0.85 0.37 0.44 325.85 0.75 0.32
Hex 90 15 5B 0 55 25 2C 146 4B 20
Octal 220 25 133 0 125 45 54 506 113 40
Binary 10010000 10101 1011011 0 1010101 100101 101100 101000110 1001011 100000

Color Harmonies of #90155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90155B

Black with #90155B

Text Example


Text Example

White with #90155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,21,91); }

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

background-color css

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

 a { background-color: rgb(144,21,91); }

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

border-color css

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

 span { border-color: rgb(144,21,91); }

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