Html Css Color HEX #713241 Siren

📋 copy color: '#713241'

red 113 ◦ green 50 ◦ blue 65

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

Shades of Siren #713241

Tints of Siren #713241

RGB

 RED value IS 113 (44.53% from 255) = 49.56%

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 49.56%
G = 21.93%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713241 (or 0x713241) is known color: Siren. HEX triplet: 71, 32 and 41. RGB value is (113,50,65). Sum of RGB (Red+Green+Blue) = 113+50+65=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713241 is #8ECDBE. Grayscale: #464646. Windows color (decimal): -9358783 or 4272753. OLE color: 4272753.

HSL color Cylindrical-coordinate representation of color #713241: hue angle of 345.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713241 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 65 -
CMYK 0 0.56 0.42 0.56
HSL 345.71º 0.39% 0.32% -
HSV(B) 345.71º 0.56% 0.44% -
XYZ 8.9 6.17 5.72 -
YUV 70.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 113 50 65 0 0.56 0.42 0.56 345.71 0.39 0.32
Hex 71 32 41 0 38 2A 38 15A 27 20
Octal 161 62 101 0 70 52 70 532 47 40
Binary 1110001 110010 1000001 0 111000 101010 111000 101011010 100111 100000

Color Harmonies of #713241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713241

Black with #713241

Text Example


Text Example

White with #713241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713241; }

 p { color: rgb(113,50,65); }

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

background-color css

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

 a { background-color: rgb(113,50,65); }

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

border-color css

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

 span { border-color: rgb(113,50,65); }

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