#633452

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

Shades of Finn #633452

Tints of Finn #633452

Color information

#633452 (or 0x633452) is unknown color: approx Finn. HEX triplet: 63, 34 and 52. RGB value is (99,52,82). Sum of RGB (Red+Green+Blue) = 99+52+82=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #633452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633452 is #9CCBAD. Grayscale: #454545. Windows color (decimal): -10275758 or 5387363. OLE color: 5387363.

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

Color convert

RGB995282-
CMYK00.470.170.61
HSL321.7º31.13%29.61%-
HSV(B)321.7º47.47%38.82%-
XYZ7.95.728.67-
YUV69.47135.07149.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=42.49%
G=22.32%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99528200.470.170.61321.731.1329.61
Hex63345202F113D1421f1e
Octal1436412205721755023736
Binary110001111010010100100101111100011111011010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633452; }

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

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

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

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

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

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

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

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