Html Css Color HEX #633C52 Finn

📋 copy color: '#633C52'

red 99 ◦ green 60 ◦ blue 82

#633C52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #633C52

Tints of Finn #633C52

RGB

 RED value IS 99 (39.06% from 255) = 41.08%

 GREEN value IS 60 (23.83% from 255) = 24.9%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 41.08%
G = 24.9%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#633C52 (or 0x633C52) is known color: Finn. HEX triplet: 63, 3C and 52. RGB value is (99,60,82). Sum of RGB (Red+Green+Blue) = 99+60+82=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #633C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C52 is #9CC3AD. Grayscale: #4A4A4A. Windows color (decimal): -10273710 or 5389411. OLE color: 5389411.

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

Color convert

RGB 99 60 82 -
CMYK 0 0.39 0.17 0.61
HSL 326.15º 0.25% 0.31% -
HSV(B) 326.15º 0.39% 0.39% -
XYZ 8.28 6.49 8.8 -
YUV 74.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 99 60 82 0 0.39 0.17 0.61 326.15 0.25 0.31
Hex 63 3C 52 0 27 11 3D 146 19 1F
Octal 143 74 122 0 47 21 75 506 31 37
Binary 1100011 111100 1010010 0 100111 10001 111101 101000110 11001 11111

Color Harmonies of #633C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C52

Black with #633C52

Text Example


Text Example

White with #633C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633C52; }

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

 H1.HeaderClassName
 {
   color: #633C52;
 }
 .AnyTagClassName
 {
   color: #633C52;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #633C52;
 }
 .BgClassName
 {
   background-color: #633C52;
 }
</style>

border-color css

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

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

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