#900D4E

Color #900D4E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #900D4E

Tints of Jazzberry Jam #900D4E

Color information

#900D4E (or 0x900D4E) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0D and 4E. RGB value is (144,13,78). Sum of RGB (Red+Green+Blue) = 144+13+78=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D4E is #6FF2B1. Grayscale: #3B3B3B. Windows color (decimal): -7336626 or 5115280. OLE color: 5115280.

HSL color Cylindrical-coordinate representation of color #900D4E: hue angle of 330.23º 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 #900D4E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1441378-
CMYK00.910.460.44
HSL330.23º83.44%30.78%-
HSV(B)330.23º90.97%56.47%-
XYZ13.026.777.83-
YUV59.58138.4188.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.28%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=61.28%
G=5.53%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144137800.910.460.44330.2383.4430.78
Hex90D4E05B2E2C14a531f
Octal220151160133565451212337
Binary100100001101100111001011011101110101100101001010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #900D4E;
 }
 .AnyTagClassName
 {
   color: #900D4E;
 }
</style>
background-color css

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

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

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

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

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

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