Html Css Color HEX #613D53 Finn

📋 copy color: '#613D53'

red 97 ◦ green 61 ◦ blue 83

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

Shades of Finn #613D53

Tints of Finn #613D53

RGB

 RED value IS 97 (38.28% from 255) = 40.25%

 GREEN value IS 61 (24.22% from 255) = 25.31%

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

R = 40.25%
G = 25.31%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#613D53 (or 0x613D53) is known color: Finn. HEX triplet: 61, 3D and 53. RGB value is (97,61,83). Sum of RGB (Red+Green+Blue) = 97+61+83=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #613D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D53 is #9EC2AC. Grayscale: #4A4A4A. Windows color (decimal): -10404525 or 5455201. OLE color: 5455201.

HSL color Cylindrical-coordinate representation of color #613D53: hue angle of 323.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D53 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 83 -
CMYK 0 0.37 0.14 0.62
HSL 323.33º 0.23% 0.31% -
HSV(B) 323.33º 0.37% 0.38% -
XYZ 8.16 6.5 9.01 -
YUV 74.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 97 61 83 0 0.37 0.14 0.62 323.33 0.23 0.31
Hex 61 3D 53 0 25 E 3E 143 17 1F
Octal 141 75 123 0 45 16 76 503 27 37
Binary 1100001 111101 1010011 0 100101 1110 111110 101000011 10111 11111

Color Harmonies of #613D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D53

Black with #613D53

Text Example


Text Example

White with #613D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613D53; }

 p { color: rgb(97,61,83); }

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

background-color css

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

 a { background-color: rgb(97,61,83); }

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

border-color css

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

 span { border-color: rgb(97,61,83); }

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