#634052

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

Shades of Finn #634052

Tints of Finn #634052

Color information

#634052 (or 0x634052) is unknown color: approx Finn. HEX triplet: 63, 40 and 52. RGB value is (99,64,82). Sum of RGB (Red+Green+Blue) = 99+64+82=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634052 is #9CBFAD. Grayscale: #4C4C4C. Windows color (decimal): -10272686 or 5390435. OLE color: 5390435.

HSL color Cylindrical-coordinate representation of color #634052: hue angle of 329.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634052 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB996482-
CMYK00.350.170.61
HSL329.14º21.47%31.96%-
HSV(B)329.14º35.35%38.82%-
XYZ8.56.938.87-
YUV76.52131.1144.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=40.41%
G=26.12%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648200.350.170.61329.1421.4731.96
Hex634052023113D1491520
Octal14310012204321755112540
Binary11000111000000101001001000111000111110110100100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634052; }

 p { color: rgb(99,64,82); }

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

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

 a { background-color: rgb(99,64,82); }

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

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

 span { border-color: rgb(99,64,82); }

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