Html Css Color HEX #643950 Finn

📋 copy color: '#643950'

red 100 ◦ green 57 ◦ blue 80

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

Shades of Finn #643950

Tints of Finn #643950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 42.19%
G = 24.05%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#643950 (or 0x643950) is known color: Finn. HEX triplet: 64, 39 and 50. RGB value is (100,57,80). Sum of RGB (Red+Green+Blue) = 100+57+80=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #643950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643950 is #9BC6AF. Grayscale: #484848. Windows color (decimal): -10208944 or 5257572. OLE color: 5257572.

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

Color convert

RGB 100 57 80 -
CMYK 0 0.43 0.2 0.61
HSL 327.91º 0.27% 0.31% -
HSV(B) 327.91º 0.43% 0.39% -
XYZ 8.17 6.21 8.36 -
YUV 72.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 100 57 80 0 0.43 0.2 0.61 327.91 0.27 0.31
Hex 64 39 50 0 2B 14 3D 148 1B 1F
Octal 144 71 120 0 53 24 75 510 33 37
Binary 1100100 111001 1010000 0 101011 10100 111101 101001000 11011 11111

Color Harmonies of #643950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643950

Black with #643950

Text Example


Text Example

White with #643950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643950; }

 p { color: rgb(100,57,80); }

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

background-color css

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

 a { background-color: rgb(100,57,80); }

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

border-color css

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

 span { border-color: rgb(100,57,80); }

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