Html Css Color HEX #613A52 Finn

📋 copy color: '#613A52'

red 97 ◦ green 58 ◦ blue 82

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

Shades of Finn #613A52

Tints of Finn #613A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

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

R = 40.93%
G = 24.47%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#613A52 (or 0x613A52) is known color: Finn. HEX triplet: 61, 3A and 52. RGB value is (97,58,82). Sum of RGB (Red+Green+Blue) = 97+58+82=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A52 is #9EC5AD. Grayscale: #484848. Windows color (decimal): -10405294 or 5388897. OLE color: 5388897.

HSL color Cylindrical-coordinate representation of color #613A52: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A52 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 82 -
CMYK 0 0.40 0.15 0.62
HSL 323.08º 0.25% 0.3% -
HSV(B) 323.08º 0.4% 0.38% -
XYZ 7.97 6.18 8.76 -
YUV 72.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 97 58 82 0 0.40 0.15 0.62 323.08 0.25 0.3
Hex 61 3A 52 0 28 F 3E 143 19 1E
Octal 141 72 122 0 50 17 76 503 31 36
Binary 1100001 111010 1010010 0 101000 1111 111110 101000011 11001 11110

Color Harmonies of #613A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A52

Black with #613A52

Text Example


Text Example

White with #613A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,82); }

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

background-color css

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

 a { background-color: rgb(97,58,82); }

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

border-color css

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

 span { border-color: rgb(97,58,82); }

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