Html Css Color HEX #61313F Siren

📋 copy color: '#61313F'

red 97 ◦ green 49 ◦ blue 63

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

Shades of Siren #61313F

Tints of Siren #61313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.14%

R = 46.41%
G = 23.44%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61313F (or 0x61313F) is known color: Siren. HEX triplet: 61, 31 and 3F. RGB value is (97,49,63). Sum of RGB (Red+Green+Blue) = 97+49+63=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61313F is #9ECEC0. Grayscale: #404040. Windows color (decimal): -10407617 or 4141409. OLE color: 4141409.

HSL color Cylindrical-coordinate representation of color #61313F: hue angle of 342.5º 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 #61313F is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 63 -
CMYK 0 0.49 0.35 0.62
HSL 342.5º 0.33% 0.29% -
HSV(B) 342.5º 0.49% 0.38% -
XYZ 6.93 5.1 5.32 -
YUV 64.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 97 49 63 0 0.49 0.35 0.62 342.5 0.33 0.29
Hex 61 31 3F 0 31 23 3E 156 21 1D
Octal 141 61 77 0 61 43 76 526 41 35
Binary 1100001 110001 111111 0 110001 100011 111110 101010110 100001 11101

Color Harmonies of #61313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61313F

Black with #61313F

Text Example


Text Example

White with #61313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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