Html Css Color HEX #611F35 Siren

📋 copy color: '#611F35'

red 97 ◦ green 31 ◦ blue 53

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

Shades of Siren #611F35

Tints of Siren #611F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.13%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 53.59%
G = 17.13%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611F35 (or 0x611F35) is known color: Siren. HEX triplet: 61, 1F and 35. RGB value is (97,31,53). Sum of RGB (Red+Green+Blue) = 97+31+53=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #611F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F35 is #9EE0CA. Grayscale: #353535. Windows color (decimal): -10412235 or 3481441. OLE color: 3481441.

HSL color Cylindrical-coordinate representation of color #611F35: hue angle of 340º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F35 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 53 -
CMYK 0 0.68 0.45 0.62
HSL 340º 0.52% 0.25% -
HSV(B) 340º 0.68% 0.38% -
XYZ 6.06 3.78 3.78 -
YUV 53.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 97 31 53 0 0.68 0.45 0.62 340 0.52 0.25
Hex 61 1F 35 0 44 2D 3E 154 34 19
Octal 141 37 65 0 104 55 76 524 64 31
Binary 1100001 11111 110101 0 1000100 101101 111110 101010100 110100 11001

Color Harmonies of #611F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F35

Black with #611F35

Text Example


Text Example

White with #611F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611F35; }

 p { color: rgb(97,31,53); }

 H1.HeaderClassName
 {
   color: #611F35;
 }
 .AnyTagClassName
 {
   color: #611F35;
 }
</style>

background-color css

<style>
 a { background-color: #611F35; }

 a { background-color: rgb(97,31,53); }

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

border-color css

<style>
 span { border-color: #611F35; }

 span { border-color: rgb(97,31,53); }

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