Html Css Color HEX #74293B Siren

📋 copy color: '#74293B'

red 116 ◦ green 41 ◦ blue 59

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

Shades of Siren #74293B

Tints of Siren #74293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 53.7%
G = 18.98%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74293B (or 0x74293B) is known color: Siren. HEX triplet: 74, 29 and 3B. RGB value is (116,41,59). Sum of RGB (Red+Green+Blue) = 116+41+59=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293B is #8BD6C4. Grayscale: #414141. Windows color (decimal): -9164485 or 3877236. OLE color: 3877236.

HSL color Cylindrical-coordinate representation of color #74293B: hue angle of 345.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74293B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 59 -
CMYK 0 0.65 0.49 0.55
HSL 345.6º 0.48% 0.31% -
HSV(B) 345.6º 0.65% 0.45% -
XYZ 8.78 5.61 4.76 -
YUV 65.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 116 41 59 0 0.65 0.49 0.55 345.6 0.48 0.31
Hex 74 29 3B 0 41 31 37 15A 30 1F
Octal 164 51 73 0 101 61 67 532 60 37
Binary 1110100 101001 111011 0 1000001 110001 110111 101011010 110000 11111

Color Harmonies of #74293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74293B

Black with #74293B

Text Example


Text Example

White with #74293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74293B; }

 p { color: rgb(116,41,59); }

 H1.HeaderClassName
 {
   color: #74293B;
 }
 .AnyTagClassName
 {
   color: #74293B;
 }
</style>

background-color css

<style>
 a { background-color: #74293B; }

 a { background-color: rgb(116,41,59); }

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

border-color css

<style>
 span { border-color: #74293B; }

 span { border-color: rgb(116,41,59); }

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