Html Css Color HEX #61415F Seance

📋 copy color: '#61415F'

red 97 ◦ green 65 ◦ blue 95

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

Shades of Seance #61415F

Tints of Seance #61415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 37.74%
G = 25.29%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61415F (or 0x61415F) is known color: Seance. HEX triplet: 61, 41 and 5F. RGB value is (97,65,95). Sum of RGB (Red+Green+Blue) = 97+65+95=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61415F is #9EBEA0. Grayscale: #4D4D4D. Windows color (decimal): -10403489 or 6242657. OLE color: 6242657.

HSL color Cylindrical-coordinate representation of color #61415F: hue angle of 303.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61415F is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 95 -
CMYK 0 0.33 0.02 0.62
HSL 303.75º 0.2% 0.32% -
HSV(B) 303.75º 0.33% 0.38% -
XYZ 8.89 7.15 11.74 -
YUV 77.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 97 65 95 0 0.33 0.02 0.62 303.75 0.2 0.32
Hex 61 41 5F 0 21 2 3E 130 14 20
Octal 141 101 137 0 41 2 76 460 24 40
Binary 1100001 1000001 1011111 0 100001 10 111110 100110000 10100 100000

Color Harmonies of #61415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61415F

Black with #61415F

Text Example


Text Example

White with #61415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,65,95); }

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

background-color css

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

 a { background-color: rgb(97,65,95); }

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

border-color css

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

 span { border-color: rgb(97,65,95); }

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