Html Css Color HEX #61313E Siren

📋 copy color: '#61313E'

red 97 ◦ green 49 ◦ blue 62

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

Shades of Siren #61313E

Tints of Siren #61313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 46.63%
G = 23.56%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61313E (or 0x61313E) is known color: Siren. HEX triplet: 61, 31 and 3E. RGB value is (97,49,62). Sum of RGB (Red+Green+Blue) = 97+49+62=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61313E is #9ECEC1. Grayscale: #404040. Windows color (decimal): -10407618 or 4075873. OLE color: 4075873.

HSL color Cylindrical-coordinate representation of color #61313E: hue angle of 343.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61313E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 62 -
CMYK 0 0.49 0.36 0.62
HSL 343.75º 0.33% 0.29% -
HSV(B) 343.75º 0.49% 0.38% -
XYZ 6.9 5.09 5.18 -
YUV 64.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 97 49 62 0 0.49 0.36 0.62 343.75 0.33 0.29
Hex 61 31 3E 0 31 24 3E 158 21 1D
Octal 141 61 76 0 61 44 76 530 41 35
Binary 1100001 110001 111110 0 110001 100100 111110 101011000 100001 11101

Color Harmonies of #61313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61313E

Black with #61313E

Text Example


Text Example

White with #61313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61313E; }

 p { color: rgb(97,49,62); }

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

background-color css

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

 a { background-color: rgb(97,49,62); }

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

border-color css

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

 span { border-color: rgb(97,49,62); }

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