#902e52

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

Shades of Rose Bud Cherry #902E52

Tints of Rose Bud Cherry #902E52

Color information

#902E52 (or 0x902E52) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 2E and 52. RGB value is (144,46,82). Sum of RGB (Red+Green+Blue) = 144+46+82=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #902E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902E52 is #6FD1AD. Grayscale: #4F4F4F. Windows color (decimal): -7328174 or 5385872. OLE color: 5385872.

HSL color Cylindrical-coordinate representation of color #902E52: hue angle of 337.96º 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 #902E52 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1444682-
CMYK00.680.430.44
HSL337.96º51.58%37.25%-
HSV(B)337.96º68.06%56.47%-
XYZ148.498.88-
YUV79.41129.47174.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=52.94%
G=16.91%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144468200.680.430.44337.9651.5837.25
Hex902E520442B2C1523425
Octal22056122010453545226445
Binary10010000101110101001001000100101011101100101010010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902e52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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