Html Css Color HEX #663450 Finn

📋 copy color: '#663450'

red 102 ◦ green 52 ◦ blue 80

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

Shades of Finn #663450

Tints of Finn #663450

RGB

 RED value IS 102 (40.23% from 255) = 43.59%

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

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

R = 43.59%
G = 22.22%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663450 (or 0x663450) is known color: Finn. HEX triplet: 66, 34 and 50. RGB value is (102,52,80). Sum of RGB (Red+Green+Blue) = 102+52+80=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #663450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663450 is #99CBAF. Grayscale: #464646. Windows color (decimal): -10079152 or 5256294. OLE color: 5256294.

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

Color convert

RGB 102 52 80 -
CMYK 0 0.49 0.22 0.6
HSL 326.4º 0.32% 0.3% -
HSV(B) 326.4º 0.49% 0.4% -
XYZ 8.16 5.86 8.29 -
YUV 70.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 102 52 80 0 0.49 0.22 0.6 326.4 0.32 0.3
Hex 66 34 50 0 31 16 3C 146 20 1E
Octal 146 64 120 0 61 26 74 506 40 36
Binary 1100110 110100 1010000 0 110001 10110 111100 101000110 100000 11110

Color Harmonies of #663450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663450

Black with #663450

Text Example


Text Example

White with #663450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663450; }

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

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

background-color css

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

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

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

border-color css

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

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

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