Html Css Color HEX #90145A Jazzberry Jam

📋 copy color: '#90145A'

red 144 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #90145A

Tints of Jazzberry Jam #90145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 56.69%
G = 7.87%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90145A (or 0x90145A) is known color: Jazzberry Jam. HEX triplet: 90, 14 and 5A. RGB value is (144,20,90). Sum of RGB (Red+Green+Blue) = 144+20+90=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90145A is #6FEBA5. Grayscale: #404040. Windows color (decimal): -7334822 or 5903504. OLE color: 5903504.

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

Color convert

RGB 144 20 90 -
CMYK 0 0.86 0.37 0.44
HSL 326.13º 0.76% 0.32% -
HSV(B) 326.13º 0.86% 0.56% -
XYZ 13.6 7.17 10.34 -
YUV 65.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 144 20 90 0 0.86 0.37 0.44 326.13 0.76 0.32
Hex 90 14 5A 0 56 25 2C 146 4C 20
Octal 220 24 132 0 126 45 54 506 114 40
Binary 10010000 10100 1011010 0 1010110 100101 101100 101000110 1001100 100000

Color Harmonies of #90145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90145A

Black with #90145A

Text Example


Text Example

White with #90145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90145A; }

 p { color: rgb(144,20,90); }

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

background-color css

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

 a { background-color: rgb(144,20,90); }

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

border-color css

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

 span { border-color: rgb(144,20,90); }

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