Html Css Color HEX #901961 Jazzberry Jam

📋 copy color: '#901961'

red 144 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #901961

Tints of Jazzberry Jam #901961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 54.14%
G = 9.4%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#901961 (or 0x901961) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 61. RGB value is (144,25,97). Sum of RGB (Red+Green+Blue) = 144+25+97=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #901961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901961 is #6FE69E. Grayscale: #444444. Windows color (decimal): -7333535 or 6363536. OLE color: 6363536.

HSL color Cylindrical-coordinate representation of color #901961: hue angle of 323.7º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901961 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 97 -
CMYK 0 0.83 0.33 0.44
HSL 323.7º 0.7% 0.33% -
HSV(B) 323.7º 0.83% 0.56% -
XYZ 14.01 7.49 12.02 -
YUV 68.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 144 25 97 0 0.83 0.33 0.44 323.7 0.7 0.33
Hex 90 19 61 0 53 21 2C 144 46 21
Octal 220 31 141 0 123 41 54 504 106 41
Binary 10010000 11001 1100001 0 1010011 100001 101100 101000100 1000110 100001

Color Harmonies of #901961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901961

Black with #901961

Text Example


Text Example

White with #901961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901961; }

 p { color: rgb(144,25,97); }

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

background-color css

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

 a { background-color: rgb(144,25,97); }

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

border-color css

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

 span { border-color: rgb(144,25,97); }

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