#907273

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

Shades of Turkish Rose #907273

Tints of Turkish Rose #907273

Color information

#907273 (or 0x907273) is unknown color: approx Turkish Rose. HEX triplet: 90, 72 and 73. RGB value is (144,114,115). Sum of RGB (Red+Green+Blue) = 144+114+115=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #907273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907273 is #6F8D8C. Grayscale: #7B7B7B. Windows color (decimal): -7310733 or 7565968. OLE color: 7565968.

HSL color Cylindrical-coordinate representation of color #907273: hue angle of 358º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907273 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB144114115-
CMYK00.210.200.44
HSL358º11.9%50.59%-
HSV(B)358º20.83%56.47%-
XYZ20.6119.218.84-
YUV123.08123.44142.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=38.61%
G=30.56%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411411500.210.200.4435811.950.59
Hex907273015142C166c33
Octal22016216302524545461463
Binary1001000011100101110011010101101001011001011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907273; }

 p { color: rgb(144,114,115); }

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

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

 a { background-color: rgb(144,114,115); }

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

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

 span { border-color: rgb(144,114,115); }

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