Html Css Color HEX #90004C Jazzberry Jam

📋 copy color: '#90004C'

red 144 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #90004C

Tints of Jazzberry Jam #90004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 65.45%
G = 0%
B = 34.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90004C (or 0x90004C) is known color: Jazzberry Jam. HEX triplet: 90, 00 and 4C. RGB value is (144,0,76). Sum of RGB (Red+Green+Blue) = 144+0+76=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #90004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90004C is #6FFFB3. Grayscale: #333333. Windows color (decimal): -7339956 or 4980880. OLE color: 4980880.

HSL color Cylindrical-coordinate representation of color #90004C: hue angle of 328.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90004C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 76 -
CMYK 0 1 0.47 0.44
HSL 328.33º 1% 0.28% -
HSV(B) 328.33º 1% 0.56% -
XYZ 12.81 6.45 7.41 -
YUV 51.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 144 0 76 0 1 0.47 0.44 328.33 1 0.28
Hex 90 0 4C 0 64 2F 2C 148 64 1C
Octal 220 0 114 0 144 57 54 510 144 34
Binary 10010000 0 1001100 0 1100100 101111 101100 101001000 1100100 11100

Color Harmonies of #90004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90004C

Black with #90004C

Text Example


Text Example

White with #90004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,0,76); }

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

background-color css

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

 a { background-color: rgb(144,0,76); }

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

border-color css

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

 span { border-color: rgb(144,0,76); }

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