Html Css Color HEX #742840 Siren

📋 copy color: '#742840'

red 116 ◦ green 40 ◦ blue 64

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

Shades of Siren #742840

Tints of Siren #742840

RGB

 RED value IS 116 (45.7% from 255) = 52.73%

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 52.73%
G = 18.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#742840 (or 0x742840) is known color: Siren. HEX triplet: 74, 28 and 40. RGB value is (116,40,64). Sum of RGB (Red+Green+Blue) = 116+40+64=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742840 is #8BD7BF. Grayscale: #414141. Windows color (decimal): -9164736 or 4204660. OLE color: 4204660.

HSL color Cylindrical-coordinate representation of color #742840: hue angle of 341.05º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742840 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 64 -
CMYK 0 0.66 0.45 0.55
HSL 341.05º 0.49% 0.31% -
HSV(B) 341.05º 0.66% 0.45% -
XYZ 8.89 5.6 5.46 -
YUV 65.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 116 40 64 0 0.66 0.45 0.55 341.05 0.49 0.31
Hex 74 28 40 0 42 2D 37 155 31 1F
Octal 164 50 100 0 102 55 67 525 61 37
Binary 1110100 101000 1000000 0 1000010 101101 110111 101010101 110001 11111

Color Harmonies of #742840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742840

Black with #742840

Text Example


Text Example

White with #742840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742840; }

 p { color: rgb(116,40,64); }

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

background-color css

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

 a { background-color: rgb(116,40,64); }

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

border-color css

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

 span { border-color: rgb(116,40,64); }

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