Html Css Color HEX #742D3D Siren

📋 copy color: '#742D3D'

red 116 ◦ green 45 ◦ blue 61

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

Shades of Siren #742D3D

Tints of Siren #742D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 52.25%
G = 20.27%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#742D3D (or 0x742D3D) is known color: Siren. HEX triplet: 74, 2D and 3D. RGB value is (116,45,61). Sum of RGB (Red+Green+Blue) = 116+45+61=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #742D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D3D is #8BD2C2. Grayscale: #444444. Windows color (decimal): -9163459 or 4009332. OLE color: 4009332.

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

Color convert

RGB 116 45 61 -
CMYK 0 0.61 0.47 0.55
HSL 346.48º 0.44% 0.32% -
HSV(B) 346.48º 0.61% 0.45% -
XYZ 8.98 5.93 5.09 -
YUV 68.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 116 45 61 0 0.61 0.47 0.55 346.48 0.44 0.32
Hex 74 2D 3D 0 3D 2F 37 15A 2C 20
Octal 164 55 75 0 75 57 67 532 54 40
Binary 1110100 101101 111101 0 111101 101111 110111 101011010 101100 100000

Color Harmonies of #742D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D3D

Black with #742D3D

Text Example


Text Example

White with #742D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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