Html Css Color HEX #61384F Finn

📋 copy color: '#61384F'

red 97 ◦ green 56 ◦ blue 79

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

Shades of Finn #61384F

Tints of Finn #61384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 41.81%
G = 24.14%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61384F (or 0x61384F) is known color: Finn. HEX triplet: 61, 38 and 4F. RGB value is (97,56,79). Sum of RGB (Red+Green+Blue) = 97+56+79=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #61384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61384F is #9EC7B0. Grayscale: #464646. Windows color (decimal): -10405809 or 5191777. OLE color: 5191777.

HSL color Cylindrical-coordinate representation of color #61384F: hue angle of 326.34º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61384F is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 79 -
CMYK 0 0.42 0.19 0.62
HSL 326.34º 0.27% 0.3% -
HSV(B) 326.34º 0.42% 0.38% -
XYZ 7.76 5.93 8.13 -
YUV 70.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 97 56 79 0 0.42 0.19 0.62 326.34 0.27 0.3
Hex 61 38 4F 0 2A 13 3E 146 1B 1E
Octal 141 70 117 0 52 23 76 506 33 36
Binary 1100001 111000 1001111 0 101010 10011 111110 101000110 11011 11110

Color Harmonies of #61384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61384F

Black with #61384F

Text Example


Text Example

White with #61384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61384F; }

 p { color: rgb(97,56,79); }

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

background-color css

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

 a { background-color: rgb(97,56,79); }

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

border-color css

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

 span { border-color: rgb(97,56,79); }

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