Html Css Color HEX #90014B Jazzberry Jam

📋 copy color: '#90014B'

red 144 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #90014B

Tints of Jazzberry Jam #90014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 65.45%
G = 0.45%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#90014B (or 0x90014B) is known color: Jazzberry Jam. HEX triplet: 90, 01 and 4B. RGB value is (144,1,75). Sum of RGB (Red+Green+Blue) = 144+1+75=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #90014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90014B is #6FFEB4. Grayscale: #343434. Windows color (decimal): -7339701 or 4915600. OLE color: 4915600.

HSL color Cylindrical-coordinate representation of color #90014B: hue angle of 328.95º 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 #90014B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 75 -
CMYK 0 0.99 0.48 0.44
HSL 328.95º 0.99% 0.28% -
HSV(B) 328.95º 0.99% 0.56% -
XYZ 12.78 6.46 7.23 -
YUV 52.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 144 1 75 0 0.99 0.48 0.44 328.95 0.99 0.28
Hex 90 1 4B 0 63 30 2C 149 63 1C
Octal 220 1 113 0 143 60 54 511 143 34
Binary 10010000 1 1001011 0 1100011 110000 101100 101001001 1100011 11100

Color Harmonies of #90014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90014B

Black with #90014B

Text Example


Text Example

White with #90014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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