Html Css Color HEX #663453 Finn

📋 copy color: '#663453'

red 102 ◦ green 52 ◦ blue 83

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

Shades of Finn #663453

Tints of Finn #663453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 43.04%
G = 21.94%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663453 (or 0x663453) is known color: Finn. HEX triplet: 66, 34 and 53. RGB value is (102,52,83). Sum of RGB (Red+Green+Blue) = 102+52+83=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #663453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663453 is #99CBAC. Grayscale: #464646. Windows color (decimal): -10079149 or 5452902. OLE color: 5452902.

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

Color convert

RGB 102 52 83 -
CMYK 0 0.49 0.19 0.6
HSL 322.8º 0.32% 0.3% -
HSV(B) 322.8º 0.49% 0.4% -
XYZ 8.27 5.91 8.89 -
YUV 70.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 102 52 83 0 0.49 0.19 0.6 322.8 0.32 0.3
Hex 66 34 53 0 31 13 3C 143 20 1E
Octal 146 64 123 0 61 23 74 503 40 36
Binary 1100110 110100 1010011 0 110001 10011 111100 101000011 100000 11110

Color Harmonies of #663453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663453

Black with #663453

Text Example


Text Example

White with #663453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663453; }

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

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

background-color css

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

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

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

border-color css

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

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

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