Html Css Color HEX #612535 Siren

📋 copy color: '#612535'

red 97 ◦ green 37 ◦ blue 53

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

Shades of Siren #612535

Tints of Siren #612535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 51.87%
G = 19.79%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#612535 (or 0x612535) is known color: Siren. HEX triplet: 61, 25 and 35. RGB value is (97,37,53). Sum of RGB (Red+Green+Blue) = 97+37+53=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #612535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612535 is #9EDACA. Grayscale: #383838. Windows color (decimal): -10410699 or 3482977. OLE color: 3482977.

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

Color convert

RGB 97 37 53 -
CMYK 0 0.62 0.45 0.62
HSL 344º 0.45% 0.26% -
HSV(B) 344º 0.62% 0.38% -
XYZ 6.23 4.12 3.84 -
YUV 56.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 97 37 53 0 0.62 0.45 0.62 344 0.45 0.26
Hex 61 25 35 0 3E 2D 3E 158 2D 1A
Octal 141 45 65 0 76 55 76 530 55 32
Binary 1100001 100101 110101 0 111110 101101 111110 101011000 101101 11010

Color Harmonies of #612535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612535

Black with #612535

Text Example


Text Example

White with #612535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612535; }

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

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

background-color css

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

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

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

border-color css

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

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

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