#917375

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

Shades of Turkish Rose #917375

Tints of Turkish Rose #917375

Color information

#917375 (or 0x917375) is unknown color: approx Turkish Rose. HEX triplet: 91, 73 and 75. RGB value is (145,115,117). Sum of RGB (Red+Green+Blue) = 145+115+117=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #917375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917375 is #6E8C8A. Grayscale: #7C7C7C. Windows color (decimal): -7244939 or 7697297. OLE color: 7697297.

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

Color convert

RGB145115117-
CMYK00.210.190.43
HSL356º12%50.98%-
HSV(B)356º20.69%56.86%-
XYZ21.0219.5719.5-
YUV124.2123.94142.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=38.46%
G=30.50%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511511700.210.190.433561250.98
Hex917375015132B164c33
Octal22116316502523535441463
Binary1001000111100111110101010101100111010111011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917375; }

 p { color: rgb(145,115,117); }

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

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

 a { background-color: rgb(145,115,117); }

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

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

 span { border-color: rgb(145,115,117); }

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