Html Css Color HEX #74273D Siren

📋 copy color: '#74273D'

red 116 ◦ green 39 ◦ blue 61

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

Shades of Siren #74273D

Tints of Siren #74273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 53.7%
G = 18.06%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74273D (or 0x74273D) is known color: Siren. HEX triplet: 74, 27 and 3D. RGB value is (116,39,61). Sum of RGB (Red+Green+Blue) = 116+39+61=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74273D is #8BD8C2. Grayscale: #404040. Windows color (decimal): -9164995 or 4007796. OLE color: 4007796.

HSL color Cylindrical-coordinate representation of color #74273D: hue angle of 342.86º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74273D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 61 -
CMYK 0 0.66 0.47 0.55
HSL 342.86º 0.5% 0.3% -
HSV(B) 342.86º 0.66% 0.45% -
XYZ 8.77 5.5 5.01 -
YUV 64.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 116 39 61 0 0.66 0.47 0.55 342.86 0.5 0.3
Hex 74 27 3D 0 42 2F 37 157 32 1E
Octal 164 47 75 0 102 57 67 527 62 36
Binary 1110100 100111 111101 0 1000010 101111 110111 101010111 110010 11110

Color Harmonies of #74273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74273D

Black with #74273D

Text Example


Text Example

White with #74273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74273D; }

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

 H1.HeaderClassName
 {
   color: #74273D;
 }
 .AnyTagClassName
 {
   color: #74273D;
 }
</style>

background-color css

<style>
 a { background-color: #74273D; }

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

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

border-color css

<style>
 span { border-color: #74273D; }

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

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