#90204E

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

Shades of Rose Bud Cherry #90204E

Tints of Rose Bud Cherry #90204E

Color information

#90204E (or 0x90204E) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 20 and 4E. RGB value is (144,32,78). Sum of RGB (Red+Green+Blue) = 144+32+78=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90204E is #6FDFB1. Grayscale: #464646. Windows color (decimal): -7331762 or 5120144. OLE color: 5120144.

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

Color convert

RGB1443278-
CMYK00.780.460.44
HSL335.36º63.64%34.51%-
HSV(B)335.36º77.78%56.47%-
XYZ13.397.517.95-
YUV70.73132.11180.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.69%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=56.69%
G=12.60%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144327800.780.460.44335.3663.6434.51
Hex90204E04E2E2C14f4023
Octal220401160116565451710043
Binary100100001000001001110010011101011101011001010011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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