Html Css Color HEX #742D3F Siren

📋 copy color: '#742D3F'

red 116 ◦ green 45 ◦ blue 63

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

Shades of Siren #742D3F

Tints of Siren #742D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.13%

R = 51.79%
G = 20.09%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#742D3F (or 0x742D3F) is known color: Siren. HEX triplet: 74, 2D and 3F. RGB value is (116,45,63). Sum of RGB (Red+Green+Blue) = 116+45+63=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #742D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D3F is #8BD2C0. Grayscale: #444444. Windows color (decimal): -9163457 or 4140404. OLE color: 4140404.

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

Color convert

RGB 116 45 63 -
CMYK 0 0.61 0.46 0.55
HSL 344.79º 0.44% 0.32% -
HSV(B) 344.79º 0.61% 0.45% -
XYZ 9.04 5.95 5.37 -
YUV 68.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 116 45 63 0 0.61 0.46 0.55 344.79 0.44 0.32
Hex 74 2D 3F 0 3D 2E 37 159 2C 20
Octal 164 55 77 0 75 56 67 531 54 40
Binary 1110100 101101 111111 0 111101 101110 110111 101011001 101100 100000

Color Harmonies of #742D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D3F

Black with #742D3F

Text Example


Text Example

White with #742D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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