Html Css Color HEX #742E3E Siren

📋 copy color: '#742E3E'

red 116 ◦ green 46 ◦ blue 62

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

Shades of Siren #742E3E

Tints of Siren #742E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 51.79%
G = 20.54%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#742E3E (or 0x742E3E) is known color: Siren. HEX triplet: 74, 2E and 3E. RGB value is (116,46,62). Sum of RGB (Red+Green+Blue) = 116+46+62=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #742E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E3E is #8BD1C1. Grayscale: #444444. Windows color (decimal): -9163202 or 4075124. OLE color: 4075124.

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

Color convert

RGB 116 46 62 -
CMYK 0 0.60 0.47 0.55
HSL 346.29º 0.43% 0.32% -
HSV(B) 346.29º 0.6% 0.45% -
XYZ 9.05 6.01 5.24 -
YUV 68.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 116 46 62 0 0.60 0.47 0.55 346.29 0.43 0.32
Hex 74 2E 3E 0 3C 2F 37 15A 2B 20
Octal 164 56 76 0 74 57 67 532 53 40
Binary 1110100 101110 111110 0 111100 101111 110111 101011010 101011 100000

Color Harmonies of #742E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E3E

Black with #742E3E

Text Example


Text Example

White with #742E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,62); }

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

background-color css

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

 a { background-color: rgb(116,46,62); }

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

border-color css

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

 span { border-color: rgb(116,46,62); }

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