Html Css Color HEX #901555 Jazzberry Jam

📋 copy color: '#901555'

red 144 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #901555

Tints of Jazzberry Jam #901555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 57.6%
G = 8.4%
B = 34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#901555 (or 0x901555) is known color: Jazzberry Jam. HEX triplet: 90, 15 and 55. RGB value is (144,21,85). Sum of RGB (Red+Green+Blue) = 144+21+85=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #901555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901555 is #6FEAAA. Grayscale: #404040. Windows color (decimal): -7334571 or 5576080. OLE color: 5576080.

HSL color Cylindrical-coordinate representation of color #901555: hue angle of 328.78º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901555 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 85 -
CMYK 0 0.85 0.41 0.44
HSL 328.78º 0.75% 0.32% -
HSV(B) 328.78º 0.85% 0.56% -
XYZ 13.41 7.12 9.26 -
YUV 65.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 144 21 85 0 0.85 0.41 0.44 328.78 0.75 0.32
Hex 90 15 55 0 55 29 2C 149 4B 20
Octal 220 25 125 0 125 51 54 511 113 40
Binary 10010000 10101 1010101 0 1010101 101001 101100 101001001 1001011 100000

Color Harmonies of #901555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901555

Black with #901555

Text Example


Text Example

White with #901555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901555; }

 p { color: rgb(144,21,85); }

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

background-color css

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

 a { background-color: rgb(144,21,85); }

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

border-color css

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

 span { border-color: rgb(144,21,85); }

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