Html Css Color HEX #643351 Finn

📋 copy color: '#643351'

red 100 ◦ green 51 ◦ blue 81

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

Shades of Finn #643351

Tints of Finn #643351

RGB

 RED value IS 100 (39.45% from 255) = 43.1%

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 43.1%
G = 21.98%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#643351 (or 0x643351) is known color: Finn. HEX triplet: 64, 33 and 51. RGB value is (100,51,81). Sum of RGB (Red+Green+Blue) = 100+51+81=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #643351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643351 is #9BCCAE. Grayscale: #454545. Windows color (decimal): -10210479 or 5321572. OLE color: 5321572.

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

Color convert

RGB 100 51 81 -
CMYK 0 0.49 0.19 0.61
HSL 323.27º 0.32% 0.3% -
HSV(B) 323.27º 0.49% 0.39% -
XYZ 7.92 5.67 8.46 -
YUV 69.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 100 51 81 0 0.49 0.19 0.61 323.27 0.32 0.3
Hex 64 33 51 0 31 13 3D 143 20 1E
Octal 144 63 121 0 61 23 75 503 40 36
Binary 1100100 110011 1010001 0 110001 10011 111101 101000011 100000 11110

Color Harmonies of #643351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643351

Black with #643351

Text Example


Text Example

White with #643351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643351; }

 p { color: rgb(100,51,81); }

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

background-color css

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

 a { background-color: rgb(100,51,81); }

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

border-color css

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

 span { border-color: rgb(100,51,81); }

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