Html Css Color HEX #742D40 Siren

📋 copy color: '#742D40'

red 116 ◦ green 45 ◦ blue 64

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

Shades of Siren #742D40

Tints of Siren #742D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20%

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

R = 51.56%
G = 20%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#742D40 (or 0x742D40) is known color: Siren. HEX triplet: 74, 2D and 40. RGB value is (116,45,64). Sum of RGB (Red+Green+Blue) = 116+45+64=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #742D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D40 is #8BD2BF. Grayscale: #444444. Windows color (decimal): -9163456 or 4205940. OLE color: 4205940.

HSL color Cylindrical-coordinate representation of color #742D40: hue angle of 343.94º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D40 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 64 -
CMYK 0 0.61 0.45 0.55
HSL 343.94º 0.44% 0.32% -
HSV(B) 343.94º 0.61% 0.45% -
XYZ 9.07 5.96 5.52 -
YUV 68.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 116 45 64 0 0.61 0.45 0.55 343.94 0.44 0.32
Hex 74 2D 40 0 3D 2D 37 158 2C 20
Octal 164 55 100 0 75 55 67 530 54 40
Binary 1110100 101101 1000000 0 111101 101101 110111 101011000 101100 100000

Color Harmonies of #742D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D40

Black with #742D40

Text Example


Text Example

White with #742D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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