Html Css Color HEX #742D42 Siren

📋 copy color: '#742D42'

red 116 ◦ green 45 ◦ blue 66

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

Shades of Siren #742D42

Tints of Siren #742D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.07%

R = 51.1%
G = 19.82%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#742D42 (or 0x742D42) is known color: Siren. HEX triplet: 74, 2D and 42. RGB value is (116,45,66). Sum of RGB (Red+Green+Blue) = 116+45+66=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #742D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D42 is #8BD2BD. Grayscale: #444444. Windows color (decimal): -9163454 or 4337012. OLE color: 4337012.

HSL color Cylindrical-coordinate representation of color #742D42: hue angle of 342.25º 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 #742D42 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 66 -
CMYK 0 0.61 0.43 0.55
HSL 342.25º 0.44% 0.32% -
HSV(B) 342.25º 0.61% 0.45% -
XYZ 9.12 5.98 5.83 -
YUV 68.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 116 45 66 0 0.61 0.43 0.55 342.25 0.44 0.32
Hex 74 2D 42 0 3D 2B 37 156 2C 20
Octal 164 55 102 0 75 53 67 526 54 40
Binary 1110100 101101 1000010 0 111101 101011 110111 101010110 101100 100000

Color Harmonies of #742D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D42

Black with #742D42

Text Example


Text Example

White with #742D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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