Html Css Color HEX #90114C Jazzberry Jam

📋 copy color: '#90114C'

red 144 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #90114C

Tints of Jazzberry Jam #90114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 60.76%
G = 7.17%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90114C (or 0x90114C) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 4C. RGB value is (144,17,76). Sum of RGB (Red+Green+Blue) = 144+17+76=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90114C is #6FEEB3. Grayscale: #3D3D3D. Windows color (decimal): -7335604 or 4985232. OLE color: 4985232.

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

Color convert

RGB 144 17 76 -
CMYK 0 0.88 0.47 0.44
HSL 332.13º 0.79% 0.32% -
HSV(B) 332.13º 0.88% 0.56% -
XYZ 13.01 6.85 7.47 -
YUV 61.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 144 17 76 0 0.88 0.47 0.44 332.13 0.79 0.32
Hex 90 11 4C 0 58 2F 2C 14C 4F 20
Octal 220 21 114 0 130 57 54 514 117 40
Binary 10010000 10001 1001100 0 1011000 101111 101100 101001100 1001111 100000

Color Harmonies of #90114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90114C

Black with #90114C

Text Example


Text Example

White with #90114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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