Html Css Color HEX #90014A Jazzberry Jam

📋 copy color: '#90014A'

red 144 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #90014A

Tints of Jazzberry Jam #90014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 65.75%
G = 0.46%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#90014A (or 0x90014A) is known color: Jazzberry Jam. HEX triplet: 90, 01 and 4A. RGB value is (144,1,74). Sum of RGB (Red+Green+Blue) = 144+1+74=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #90014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90014A is #6FFEB5. Grayscale: #333333. Windows color (decimal): -7339702 or 4850064. OLE color: 4850064.

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

Color convert

RGB 144 1 74 -
CMYK 0 0.99 0.49 0.44
HSL 329.37º 0.99% 0.28% -
HSV(B) 329.37º 0.99% 0.56% -
XYZ 12.75 6.45 7.05 -
YUV 52.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 144 1 74 0 0.99 0.49 0.44 329.37 0.99 0.28
Hex 90 1 4A 0 63 31 2C 149 63 1C
Octal 220 1 112 0 143 61 54 511 143 34
Binary 10010000 1 1001010 0 1100011 110001 101100 101001001 1100011 11100

Color Harmonies of #90014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90014A

Black with #90014A

Text Example


Text Example

White with #90014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,1,74); }

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

background-color css

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

 a { background-color: rgb(144,1,74); }

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

border-color css

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

 span { border-color: rgb(144,1,74); }

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