#902650

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

Shades of Rose Bud Cherry #902650

Tints of Rose Bud Cherry #902650

Color information

#902650 (or 0x902650) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 26 and 50. RGB value is (144,38,80). Sum of RGB (Red+Green+Blue) = 144+38+80=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #902650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902650 is #6FD9AF. Grayscale: #4A4A4A. Windows color (decimal): -7330224 or 5252752. OLE color: 5252752.

HSL color Cylindrical-coordinate representation of color #902650: hue angle of 336.23º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902650 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1443880-
CMYK00.740.440.44
HSL336.23º58.24%35.69%-
HSV(B)336.23º73.61%56.47%-
XYZ13.647.898.39-
YUV74.48131.12177.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=54.96%
G=14.50%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144388000.740.440.44336.2358.2435.69
Hex90265004A2C2C1503a24
Octal22046120011254545207244
Binary10010000100110101000001001010101100101100101010000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902650; }

 p { color: rgb(144,38,80); }

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

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

 a { background-color: rgb(144,38,80); }

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

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

 span { border-color: rgb(144,38,80); }

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