#917075

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

Shades of Turkish Rose #917075

Tints of Turkish Rose #917075

Color information

#917075 (or 0x917075) is unknown color: approx Turkish Rose. HEX triplet: 91, 70 and 75. RGB value is (145,112,117). Sum of RGB (Red+Green+Blue) = 145+112+117=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #917075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917075 is #6E8F8A. Grayscale: #7A7A7A. Windows color (decimal): -7245707 or 7696529. OLE color: 7696529.

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

Color convert

RGB145112117-
CMYK00.230.190.43
HSL350.91º13.04%50.39%-
HSV(B)350.91º22.76%56.86%-
XYZ20.6818.8919.39-
YUV122.44124.93144.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=38.77%
G=29.95%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511211700.230.190.43350.9113.0450.39
Hex917075017132B15fd32
Octal22116016502723535371562
Binary1001000111100001110101010111100111010111010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917075; }

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

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

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

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

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

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

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

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