Html Css Color HEX #61425F Seance

📋 copy color: '#61425F'

red 97 ◦ green 66 ◦ blue 95

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

Shades of Seance #61425F

Tints of Seance #61425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 37.6%
G = 25.58%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61425F (or 0x61425F) is known color: Seance. HEX triplet: 61, 42 and 5F. RGB value is (97,66,95). Sum of RGB (Red+Green+Blue) = 97+66+95=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61425F is #9EBDA0. Grayscale: #4E4E4E. Windows color (decimal): -10403233 or 6242913. OLE color: 6242913.

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

Color convert

RGB 97 66 95 -
CMYK 0 0.32 0.02 0.62
HSL 303.87º 0.19% 0.32% -
HSV(B) 303.87º 0.32% 0.38% -
XYZ 8.94 7.26 11.76 -
YUV 78.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 97 66 95 0 0.32 0.02 0.62 303.87 0.19 0.32
Hex 61 42 5F 0 20 2 3E 130 13 20
Octal 141 102 137 0 40 2 76 460 23 40
Binary 1100001 1000010 1011111 0 100000 10 111110 100110000 10011 100000

Color Harmonies of #61425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61425F

Black with #61425F

Text Example


Text Example

White with #61425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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