Html Css Color HEX #713041 Siren

📋 copy color: '#713041'

red 113 ◦ green 48 ◦ blue 65

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

Shades of Siren #713041

Tints of Siren #713041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

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

R = 50%
G = 21.24%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713041 (or 0x713041) is known color: Siren. HEX triplet: 71, 30 and 41. RGB value is (113,48,65). Sum of RGB (Red+Green+Blue) = 113+48+65=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #713041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713041 is #8ECFBE. Grayscale: #454545. Windows color (decimal): -9359295 or 4272241. OLE color: 4272241.

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

Color convert

RGB 113 48 65 -
CMYK 0 0.58 0.42 0.56
HSL 344.31º 0.4% 0.32% -
HSV(B) 344.31º 0.58% 0.44% -
XYZ 8.82 6.01 5.7 -
YUV 69.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 113 48 65 0 0.58 0.42 0.56 344.31 0.4 0.32
Hex 71 30 41 0 3A 2A 38 158 28 20
Octal 161 60 101 0 72 52 70 530 50 40
Binary 1110001 110000 1000001 0 111010 101010 111000 101011000 101000 100000

Color Harmonies of #713041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713041

Black with #713041

Text Example


Text Example

White with #713041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713041; }

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

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

background-color css

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

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

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

border-color css

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

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

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