Html Css Color HEX #673352 Finn

📋 copy color: '#673352'

red 103 ◦ green 51 ◦ blue 82

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

Shades of Finn #673352

Tints of Finn #673352

RGB

 RED value IS 103 (40.63% from 255) = 43.64%

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 43.64%
G = 21.61%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#673352 (or 0x673352) is known color: Finn. HEX triplet: 67, 33 and 52. RGB value is (103,51,82). Sum of RGB (Red+Green+Blue) = 103+51+82=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #673352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673352 is #98CCAD. Grayscale: #464646. Windows color (decimal): -10013870 or 5387111. OLE color: 5387111.

HSL color Cylindrical-coordinate representation of color #673352: hue angle of 324.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673352 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 82 -
CMYK 0 0.50 0.20 0.60
HSL 324.23º 0.34% 0.3% -
HSV(B) 324.23º 0.5% 0.4% -
XYZ 8.3 5.86 8.68 -
YUV 70.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 103 51 82 0 0.50 0.20 0.60 324.23 0.34 0.3
Hex 67 33 52 0 32 14 3C 144 22 1E
Octal 147 63 122 0 62 24 74 504 42 36
Binary 1100111 110011 1010010 0 110010 10100 111100 101000100 100010 11110

Color Harmonies of #673352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673352

Black with #673352

Text Example


Text Example

White with #673352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673352; }

 p { color: rgb(103,51,82); }

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

background-color css

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

 a { background-color: rgb(103,51,82); }

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

border-color css

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

 span { border-color: rgb(103,51,82); }

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