#65476D

Color #65476D Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #65476D

Tints of Fedora #65476D

Color information

#65476D (or 0x65476D) is unknown color: approx Fedora. HEX triplet: 65, 47 and 6D. RGB value is (101,71,109). Sum of RGB (Red+Green+Blue) = 101+71+109=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #65476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65476D is #9AB892. Grayscale: #545454. Windows color (decimal): -10139795 or 7161701. OLE color: 7161701.

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

Color convert

RGB10171109-
CMYK0.070.3500.57
HSL287.37º21.11%35.29%-
HSV(B)287.37º34.86%42.75%-
XYZ10.388.3815.54-
YUV84.3141.94139.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=35.94%
G=25.27%
B=38.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101711090.070.3500.57287.3721.1135.29
Hex65476D72303911f1523
Octal1451071557430714372543
Binary110010110001111101101111100011011100110001111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65476D; }

 p { color: rgb(101,71,109); }

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

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

 a { background-color: rgb(101,71,109); }

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

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

 span { border-color: rgb(101,71,109); }

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