Html Css Color HEX #90195B Jazzberry Jam

📋 copy color: '#90195B'

red 144 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #90195B

Tints of Jazzberry Jam #90195B

RGB

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

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

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

R = 55.38%
G = 9.62%
B = 35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90195B (or 0x90195B) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 5B. RGB value is (144,25,91). Sum of RGB (Red+Green+Blue) = 144+25+91=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90195B is #6FE6A4. Grayscale: #434343. Windows color (decimal): -7333541 or 5970320. OLE color: 5970320.

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

Color convert

RGB 144 25 91 -
CMYK 0 0.83 0.37 0.44
HSL 326.72º 0.7% 0.33% -
HSV(B) 326.72º 0.83% 0.56% -
XYZ 13.74 7.38 10.6 -
YUV 68.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 144 25 91 0 0.83 0.37 0.44 326.72 0.7 0.33
Hex 90 19 5B 0 53 25 2C 147 46 21
Octal 220 31 133 0 123 45 54 507 106 41
Binary 10010000 11001 1011011 0 1010011 100101 101100 101000111 1000110 100001

Color Harmonies of #90195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90195B

Black with #90195B

Text Example


Text Example

White with #90195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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