Html Css Color HEX #90084D Jazzberry Jam

📋 copy color: '#90084D'

red 144 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #90084D

Tints of Jazzberry Jam #90084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 62.88%
G = 3.49%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90084D (or 0x90084D) is known color: Jazzberry Jam. HEX triplet: 90, 08 and 4D. RGB value is (144,8,77). Sum of RGB (Red+Green+Blue) = 144+8+77=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #90084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90084D is #6FF7B2. Grayscale: #383838. Windows color (decimal): -7337907 or 5048464. OLE color: 5048464.

HSL color Cylindrical-coordinate representation of color #90084D: hue angle of 329.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90084D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 77 -
CMYK 0 0.94 0.47 0.44
HSL 329.56º 0.89% 0.3% -
HSV(B) 329.56º 0.94% 0.56% -
XYZ 12.93 6.64 7.62 -
YUV 56.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 144 8 77 0 0.94 0.47 0.44 329.56 0.89 0.3
Hex 90 8 4D 0 5E 2F 2C 14A 59 1E
Octal 220 10 115 0 136 57 54 512 131 36
Binary 10010000 1000 1001101 0 1011110 101111 101100 101001010 1011001 11110

Color Harmonies of #90084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90084D

Black with #90084D

Text Example


Text Example

White with #90084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90084D; }

 p { color: rgb(144,8,77); }

 H1.HeaderClassName
 {
   color: #90084D;
 }
 .AnyTagClassName
 {
   color: #90084D;
 }
</style>

background-color css

<style>
 a { background-color: #90084D; }

 a { background-color: rgb(144,8,77); }

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

border-color css

<style>
 span { border-color: #90084D; }

 span { border-color: rgb(144,8,77); }

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