Html Css Color HEX #900D52 Jazzberry Jam

📋 copy color: '#900D52'

red 144 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #900D52

Tints of Jazzberry Jam #900D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 60.25%
G = 5.44%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#900D52 (or 0x900D52) is known color: Jazzberry Jam. HEX triplet: 90, 0D and 52. RGB value is (144,13,82). Sum of RGB (Red+Green+Blue) = 144+13+82=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #900D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D52 is #6FF2AD. Grayscale: #3B3B3B. Windows color (decimal): -7336622 or 5377424. OLE color: 5377424.

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

Color convert

RGB 144 13 82 -
CMYK 0 0.91 0.43 0.44
HSL 328.4º 0.83% 0.31% -
HSV(B) 328.4º 0.91% 0.56% -
XYZ 13.17 6.83 8.61 -
YUV 60.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 144 13 82 0 0.91 0.43 0.44 328.4 0.83 0.31
Hex 90 D 52 0 5B 2B 2C 148 53 1F
Octal 220 15 122 0 133 53 54 510 123 37
Binary 10010000 1101 1010010 0 1011011 101011 101100 101001000 1010011 11111

Color Harmonies of #900D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D52

Black with #900D52

Text Example


Text Example

White with #900D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,13,82); }

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

background-color css

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

 a { background-color: rgb(144,13,82); }

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

border-color css

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

 span { border-color: rgb(144,13,82); }

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