#90214E

Color #90214E Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #90214E

Tints of Rose Bud Cherry #90214E

Color information

#90214E (or 0x90214E) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 21 and 4E. RGB value is (144,33,78). Sum of RGB (Red+Green+Blue) = 144+33+78=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90214E is #6FDEB1. Grayscale: #474747. Windows color (decimal): -7331506 or 5120400. OLE color: 5120400.

HSL color Cylindrical-coordinate representation of color #90214E: hue angle of 335.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90214E is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1443378-
CMYK00.770.460.44
HSL335.68º62.71%34.71%-
HSV(B)335.68º77.08%56.47%-
XYZ13.427.577.96-
YUV71.32131.77179.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.47%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=56.47%
G=12.94%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144337800.770.460.44335.6862.7134.71
Hex90214E04D2E2C1503f23
Octal22041116011556545207743
Binary10010000100001100111001001101101110101100101010000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90214E; }

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

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

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

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

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

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

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

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