Html Css Color HEX #612B40 Siren

📋 copy color: '#612B40'

red 97 ◦ green 43 ◦ blue 64

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

Shades of Siren #612B40

Tints of Siren #612B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 47.55%
G = 21.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#612B40 (or 0x612B40) is known color: Siren. HEX triplet: 61, 2B and 40. RGB value is (97,43,64). Sum of RGB (Red+Green+Blue) = 97+43+64=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B40 is #9ED4BF. Grayscale: #3D3D3D. Windows color (decimal): -10409152 or 4205409. OLE color: 4205409.

HSL color Cylindrical-coordinate representation of color #612B40: hue angle of 336.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B40 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 43 64 -
CMYK 0 0.56 0.34 0.62
HSL 336.67º 0.39% 0.27% -
HSV(B) 336.67º 0.56% 0.38% -
XYZ 6.72 4.64 5.39 -
YUV 61.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 97 43 64 0 0.56 0.34 0.62 336.67 0.39 0.27
Hex 61 2B 40 0 38 22 3E 151 27 1B
Octal 141 53 100 0 70 42 76 521 47 33
Binary 1100001 101011 1000000 0 111000 100010 111110 101010001 100111 11011

Color Harmonies of #612B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B40

Black with #612B40

Text Example


Text Example

White with #612B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B40; }

 p { color: rgb(97,43,64); }

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

background-color css

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

 a { background-color: rgb(97,43,64); }

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

border-color css

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

 span { border-color: rgb(97,43,64); }

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