Html Css Color HEX #63404F Finn

📋 copy color: '#63404F'

red 99 ◦ green 64 ◦ blue 79

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

Shades of Finn #63404F

Tints of Finn #63404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 40.91%
G = 26.45%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63404F (or 0x63404F) is known color: Finn. HEX triplet: 63, 40 and 4F. RGB value is (99,64,79). Sum of RGB (Red+Green+Blue) = 99+64+79=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63404F is #9CBFB0. Grayscale: #4C4C4C. Windows color (decimal): -10272689 or 5193827. OLE color: 5193827.

HSL color Cylindrical-coordinate representation of color #63404F: hue angle of 334.29º 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 #63404F is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 79 -
CMYK 0 0.35 0.20 0.61
HSL 334.29º 0.21% 0.32% -
HSV(B) 334.29º 0.35% 0.39% -
XYZ 8.39 6.88 8.28 -
YUV 76.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 99 64 79 0 0.35 0.20 0.61 334.29 0.21 0.32
Hex 63 40 4F 0 23 14 3D 14E 15 20
Octal 143 100 117 0 43 24 75 516 25 40
Binary 1100011 1000000 1001111 0 100011 10100 111101 101001110 10101 100000

Color Harmonies of #63404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63404F

Black with #63404F

Text Example


Text Example

White with #63404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63404F; }

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

 H1.HeaderClassName
 {
   color: #63404F;
 }
 .AnyTagClassName
 {
   color: #63404F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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