Html Css Color HEX #612434 Siren

📋 copy color: '#612434'

red 97 ◦ green 36 ◦ blue 52

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

Shades of Siren #612434

Tints of Siren #612434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 52.43%
G = 19.46%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#612434 (or 0x612434) is known color: Siren. HEX triplet: 61, 24 and 34. RGB value is (97,36,52). Sum of RGB (Red+Green+Blue) = 97+36+52=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612434 is #9EDBCB. Grayscale: #383838. Windows color (decimal): -10410956 or 3417185. OLE color: 3417185.

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

Color convert

RGB 97 36 52 -
CMYK 0 0.63 0.46 0.62
HSL 344.26º 0.46% 0.26% -
HSV(B) 344.26º 0.63% 0.38% -
XYZ 6.18 4.05 3.71 -
YUV 56.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 97 36 52 0 0.63 0.46 0.62 344.26 0.46 0.26
Hex 61 24 34 0 3F 2E 3E 158 2E 1A
Octal 141 44 64 0 77 56 76 530 56 32
Binary 1100001 100100 110100 0 111111 101110 111110 101011000 101110 11010

Color Harmonies of #612434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612434

Black with #612434

Text Example


Text Example

White with #612434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612434; }

 p { color: rgb(97,36,52); }

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

background-color css

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

 a { background-color: rgb(97,36,52); }

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

border-color css

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

 span { border-color: rgb(97,36,52); }

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