Html Css Color HEX #900F58 Jazzberry Jam

📋 copy color: '#900F58'

red 144 ◦ green 15 ◦ blue 88

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

Shades of Jazzberry Jam #900F58

Tints of Jazzberry Jam #900F58

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 58.3%
G = 6.07%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#900F58 (or 0x900F58) is known color: Jazzberry Jam. HEX triplet: 90, 0F and 58. RGB value is (144,15,88). Sum of RGB (Red+Green+Blue) = 144+15+88=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #900F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F58 is #6FF0A7. Grayscale: #3D3D3D. Windows color (decimal): -7336104 or 5771152. OLE color: 5771152.

HSL color Cylindrical-coordinate representation of color #900F58: hue angle of 326.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F58 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 88 -
CMYK 0 0.90 0.39 0.44
HSL 326.05º 0.81% 0.31% -
HSV(B) 326.05º 0.9% 0.56% -
XYZ 13.43 6.98 9.87 -
YUV 61.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 144 15 88 0 0.90 0.39 0.44 326.05 0.81 0.31
Hex 90 F 58 0 5A 27 2C 146 51 1F
Octal 220 17 130 0 132 47 54 506 121 37
Binary 10010000 1111 1011000 0 1011010 100111 101100 101000110 1010001 11111

Color Harmonies of #900F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F58

Black with #900F58

Text Example


Text Example

White with #900F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900F58; }

 p { color: rgb(144,15,88); }

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

background-color css

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

 a { background-color: rgb(144,15,88); }

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

border-color css

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

 span { border-color: rgb(144,15,88); }

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