Html Css Color HEX #90145C Jazzberry Jam

📋 copy color: '#90145C'

red 144 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #90145C

Tints of Jazzberry Jam #90145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 56.25%
G = 7.81%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90145C (or 0x90145C) is known color: Jazzberry Jam. HEX triplet: 90, 14 and 5C. RGB value is (144,20,92). Sum of RGB (Red+Green+Blue) = 144+20+92=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90145C is #6FEBA3. Grayscale: #414141. Windows color (decimal): -7334820 or 6034576. OLE color: 6034576.

HSL color Cylindrical-coordinate representation of color #90145C: hue angle of 325.16º 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 #90145C is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 92 -
CMYK 0 0.86 0.36 0.44
HSL 325.16º 0.76% 0.32% -
HSV(B) 325.16º 0.86% 0.56% -
XYZ 13.68 7.2 10.79 -
YUV 65.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 144 20 92 0 0.86 0.36 0.44 325.16 0.76 0.32
Hex 90 14 5C 0 56 24 2C 145 4C 20
Octal 220 24 134 0 126 44 54 505 114 40
Binary 10010000 10100 1011100 0 1010110 100100 101100 101000101 1001100 100000

Color Harmonies of #90145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90145C

Black with #90145C

Text Example


Text Example

White with #90145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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