#902E51

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

Shades of Rose Bud Cherry #902E51

Tints of Rose Bud Cherry #902E51

Color information

#902E51 (or 0x902E51) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 2E and 51. RGB value is (144,46,81). Sum of RGB (Red+Green+Blue) = 144+46+81=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #902E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902E51 is #6FD1AE. Grayscale: #4F4F4F. Windows color (decimal): -7328175 or 5320336. OLE color: 5320336.

HSL color Cylindrical-coordinate representation of color #902E51: hue angle of 338.57º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #902E51 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1444681-
CMYK00.680.440.44
HSL338.57º51.58%37.25%-
HSV(B)338.57º68.06%56.47%-
XYZ13.968.488.68-
YUV79.29128.97174.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=53.14%
G=16.97%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144468100.680.440.44338.5751.5837.25
Hex902E510442C2C1533425
Octal22056121010454545236445
Binary10010000101110101000101000100101100101100101010011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902E51; }

 p { color: rgb(144,46,81); }

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

<style>
 a { background-color: #902E51; }

 a { background-color: rgb(144,46,81); }

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

<style>
 span { border-color: #902E51; }

 span { border-color: rgb(144,46,81); }

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