#902D52

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

Shades of Rose Bud Cherry #902D52

Tints of Rose Bud Cherry #902D52

Color information

#902D52 (or 0x902D52) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 2D and 52. RGB value is (144,45,82). Sum of RGB (Red+Green+Blue) = 144+45+82=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #902D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902D52 is #6FD2AD. Grayscale: #4E4E4E. Windows color (decimal): -7328430 or 5385616. OLE color: 5385616.

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

Color convert

RGB1444582-
CMYK00.690.430.44
HSL337.58º52.38%37.06%-
HSV(B)337.58º68.75%56.47%-
XYZ13.968.428.87-
YUV78.82129.8174.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=53.14%
G=16.61%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144458200.690.430.44337.5852.3837.06
Hex902D520452B2C1523425
Octal22055122010553545226445
Binary10010000101101101001001000101101011101100101010010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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