Html Css Color HEX #663451 Finn

📋 copy color: '#663451'

red 102 ◦ green 52 ◦ blue 81

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

Shades of Finn #663451

Tints of Finn #663451

RGB

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

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

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

R = 43.4%
G = 22.13%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#663451 (or 0x663451) is known color: Finn. HEX triplet: 66, 34 and 51. RGB value is (102,52,81). Sum of RGB (Red+Green+Blue) = 102+52+81=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #663451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663451 is #99CBAE. Grayscale: #464646. Windows color (decimal): -10079151 or 5321830. OLE color: 5321830.

HSL color Cylindrical-coordinate representation of color #663451: hue angle of 325.2º 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 #663451 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 52 81 -
CMYK 0 0.49 0.21 0.6
HSL 325.2º 0.32% 0.3% -
HSV(B) 325.2º 0.49% 0.4% -
XYZ 8.19 5.87 8.49 -
YUV 70.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 102 52 81 0 0.49 0.21 0.6 325.2 0.32 0.3
Hex 66 34 51 0 31 15 3C 145 20 1E
Octal 146 64 121 0 61 25 74 505 40 36
Binary 1100110 110100 1010001 0 110001 10101 111100 101000101 100000 11110

Color Harmonies of #663451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663451

Black with #663451

Text Example


Text Example

White with #663451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663451; }

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

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

background-color css

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

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

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

border-color css

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

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

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