Html Css Color HEX #901761 Jazzberry Jam

📋 copy color: '#901761'

red 144 ◦ green 23 ◦ blue 97

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

Shades of Jazzberry Jam #901761

Tints of Jazzberry Jam #901761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 54.55%
G = 8.71%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#901761 (or 0x901761) is known color: Jazzberry Jam. HEX triplet: 90, 17 and 61. RGB value is (144,23,97). Sum of RGB (Red+Green+Blue) = 144+23+97=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #901761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901761 is #6FE89E. Grayscale: #434343. Windows color (decimal): -7334047 or 6363024. OLE color: 6363024.

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

Color convert

RGB 144 23 97 -
CMYK 0 0.84 0.33 0.44
HSL 323.31º 0.72% 0.33% -
HSV(B) 323.31º 0.84% 0.56% -
XYZ 13.97 7.41 12 -
YUV 67.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 144 23 97 0 0.84 0.33 0.44 323.31 0.72 0.33
Hex 90 17 61 0 54 21 2C 143 48 21
Octal 220 27 141 0 124 41 54 503 110 41
Binary 10010000 10111 1100001 0 1010100 100001 101100 101000011 1001000 100001

Color Harmonies of #901761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901761

Black with #901761

Text Example


Text Example

White with #901761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901761; }

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

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

background-color css

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

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

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

border-color css

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

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

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