#90274F

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

Shades of Rose Bud Cherry #90274F

Tints of Rose Bud Cherry #90274F

Color information

#90274F (or 0x90274F) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 27 and 4F. RGB value is (144,39,79). Sum of RGB (Red+Green+Blue) = 144+39+79=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #90274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90274F is #6FD8B0. Grayscale: #4A4A4A. Windows color (decimal): -7329969 or 5187472. OLE color: 5187472.

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

Color convert

RGB1443979-
CMYK00.730.450.44
HSL337.14º57.38%35.88%-
HSV(B)337.14º72.92%56.47%-
XYZ13.647.948.21-
YUV74.96130.29177.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=54.96%
G=14.89%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144397900.730.450.44337.1457.3835.88
Hex90274F0492D2C1513924
Octal22047117011155545217144
Binary10010000100111100111101001001101101101100101010001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90274F; }

 p { color: rgb(144,39,79); }

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

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

 a { background-color: rgb(144,39,79); }

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

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

 span { border-color: rgb(144,39,79); }

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