Html Css Color HEX #643450 Finn

📋 copy color: '#643450'

red 100 ◦ green 52 ◦ blue 80

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

Shades of Finn #643450

Tints of Finn #643450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 43.1%
G = 22.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#643450 (or 0x643450) is known color: Finn. HEX triplet: 64, 34 and 50. RGB value is (100,52,80). Sum of RGB (Red+Green+Blue) = 100+52+80=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #643450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643450 is #9BCBAF. Grayscale: #454545. Windows color (decimal): -10210224 or 5256292. OLE color: 5256292.

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

Color convert

RGB 100 52 80 -
CMYK 0 0.48 0.2 0.61
HSL 325º 0.32% 0.3% -
HSV(B) 325º 0.48% 0.39% -
XYZ 7.93 5.74 8.28 -
YUV 69.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 100 52 80 0 0.48 0.2 0.61 325 0.32 0.3
Hex 64 34 50 0 30 14 3D 145 20 1E
Octal 144 64 120 0 60 24 75 505 40 36
Binary 1100100 110100 1010000 0 110000 10100 111101 101000101 100000 11110

Color Harmonies of #643450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643450

Black with #643450

Text Example


Text Example

White with #643450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643450; }

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

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

background-color css

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

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

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

border-color css

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

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

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