Html Css Color HEX #653B53 Finn

📋 copy color: '#653B53'

red 101 ◦ green 59 ◦ blue 83

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

Shades of Finn #653B53

Tints of Finn #653B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

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

R = 41.56%
G = 24.28%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#653B53 (or 0x653B53) is known color: Finn. HEX triplet: 65, 3B and 53. RGB value is (101,59,83). Sum of RGB (Red+Green+Blue) = 101+59+83=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #653B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B53 is #9AC4AC. Grayscale: #4A4A4A. Windows color (decimal): -10142893 or 5454693. OLE color: 5454693.

HSL color Cylindrical-coordinate representation of color #653B53: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B53 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 59 83 -
CMYK 0 0.42 0.18 0.60
HSL 325.71º 0.26% 0.31% -
HSV(B) 325.71º 0.42% 0.4% -
XYZ 8.49 6.52 8.99 -
YUV 74.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 101 59 83 0 0.42 0.18 0.60 325.71 0.26 0.31
Hex 65 3B 53 0 2A 12 3C 146 1A 1F
Octal 145 73 123 0 52 22 74 506 32 37
Binary 1100101 111011 1010011 0 101010 10010 111100 101000110 11010 11111

Color Harmonies of #653B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B53

Black with #653B53

Text Example


Text Example

White with #653B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653B53; }

 p { color: rgb(101,59,83); }

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

background-color css

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

 a { background-color: rgb(101,59,83); }

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

border-color css

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

 span { border-color: rgb(101,59,83); }

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