Html Css Color HEX #653552 Finn

📋 copy color: '#653552'

red 101 ◦ green 53 ◦ blue 82

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

Shades of Finn #653552

Tints of Finn #653552

RGB

 RED value IS 101 (39.84% from 255) = 42.8%

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 42.8%
G = 22.46%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#653552 (or 0x653552) is known color: Finn. HEX triplet: 65, 35 and 52. RGB value is (101,53,82). Sum of RGB (Red+Green+Blue) = 101+53+82=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #653552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653552 is #9ACAAD. Grayscale: #464646. Windows color (decimal): -10144430 or 5387621. OLE color: 5387621.

HSL color Cylindrical-coordinate representation of color #653552: hue angle of 323.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653552 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 82 -
CMYK 0 0.48 0.19 0.60
HSL 323.75º 0.31% 0.3% -
HSV(B) 323.75º 0.48% 0.4% -
XYZ 8.16 5.92 8.7 -
YUV 70.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 101 53 82 0 0.48 0.19 0.60 323.75 0.31 0.3
Hex 65 35 52 0 30 13 3C 144 1F 1E
Octal 145 65 122 0 60 23 74 504 37 36
Binary 1100101 110101 1010010 0 110000 10011 111100 101000100 11111 11110

Color Harmonies of #653552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653552

Black with #653552

Text Example


Text Example

White with #653552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653552; }

 p { color: rgb(101,53,82); }

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

background-color css

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

 a { background-color: rgb(101,53,82); }

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

border-color css

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

 span { border-color: rgb(101,53,82); }

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