Html Css Color HEX #611C35 Siren

📋 copy color: '#611C35'

red 97 ◦ green 28 ◦ blue 53

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

Shades of Siren #611C35

Tints of Siren #611C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 54.49%
G = 15.73%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611C35 (or 0x611C35) is known color: Siren. HEX triplet: 61, 1C and 35. RGB value is (97,28,53). Sum of RGB (Red+Green+Blue) = 97+28+53=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #611C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C35 is #9EE3CA. Grayscale: #333333. Windows color (decimal): -10413003 or 3480673. OLE color: 3480673.

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

Color convert

RGB 97 28 53 -
CMYK 0 0.71 0.45 0.62
HSL 338.26º 0.55% 0.25% -
HSV(B) 338.26º 0.71% 0.38% -
XYZ 5.99 3.63 3.75 -
YUV 51.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 97 28 53 0 0.71 0.45 0.62 338.26 0.55 0.25
Hex 61 1C 35 0 47 2D 3E 152 37 19
Octal 141 34 65 0 107 55 76 522 67 31
Binary 1100001 11100 110101 0 1000111 101101 111110 101010010 110111 11001

Color Harmonies of #611C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C35

Black with #611C35

Text Example


Text Example

White with #611C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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