Html Css Color HEX #613450 Finn

📋 copy color: '#613450'

red 97 ◦ green 52 ◦ blue 80

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

Shades of Finn #613450

Tints of Finn #613450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 42.36%
G = 22.71%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#613450 (or 0x613450) is known color: Finn. HEX triplet: 61, 34 and 50. RGB value is (97,52,80). Sum of RGB (Red+Green+Blue) = 97+52+80=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613450 is #9ECBAF. Grayscale: #444444. Windows color (decimal): -10406832 or 5256289. OLE color: 5256289.

HSL color Cylindrical-coordinate representation of color #613450: hue angle of 322.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613450 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 80 -
CMYK 0 0.46 0.18 0.62
HSL 322.67º 0.3% 0.29% -
HSV(B) 322.67º 0.46% 0.38% -
XYZ 7.61 5.58 8.26 -
YUV 68.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 97 52 80 0 0.46 0.18 0.62 322.67 0.3 0.29
Hex 61 34 50 0 2E 12 3E 143 1E 1D
Octal 141 64 120 0 56 22 76 503 36 35
Binary 1100001 110100 1010000 0 101110 10010 111110 101000011 11110 11101

Color Harmonies of #613450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613450

Black with #613450

Text Example


Text Example

White with #613450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613450; }

 p { color: rgb(97,52,80); }

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

background-color css

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

 a { background-color: rgb(97,52,80); }

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

border-color css

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

 span { border-color: rgb(97,52,80); }

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