Html Css Color HEX #742C41 Siren

📋 copy color: '#742C41'

red 116 ◦ green 44 ◦ blue 65

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

Shades of Siren #742C41

Tints of Siren #742C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 51.56%
G = 19.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#742C41 (or 0x742C41) is known color: Siren. HEX triplet: 74, 2C and 41. RGB value is (116,44,65). Sum of RGB (Red+Green+Blue) = 116+44+65=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #742C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C41 is #8BD3BE. Grayscale: #434343. Windows color (decimal): -9163711 or 4271220. OLE color: 4271220.

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

Color convert

RGB 116 44 65 -
CMYK 0 0.62 0.44 0.55
HSL 342.5º 0.45% 0.31% -
HSV(B) 342.5º 0.62% 0.45% -
XYZ 9.06 5.9 5.66 -
YUV 67.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 116 44 65 0 0.62 0.44 0.55 342.5 0.45 0.31
Hex 74 2C 41 0 3E 2C 37 156 2D 1F
Octal 164 54 101 0 76 54 67 526 55 37
Binary 1110100 101100 1000001 0 111110 101100 110111 101010110 101101 11111

Color Harmonies of #742C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C41

Black with #742C41

Text Example


Text Example

White with #742C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,44,65); }

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

background-color css

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

 a { background-color: rgb(116,44,65); }

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

border-color css

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

 span { border-color: rgb(116,44,65); }

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