Html Css Color HEX #713242 Siren

📋 copy color: '#713242'

red 113 ◦ green 50 ◦ blue 66

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

Shades of Siren #713242

Tints of Siren #713242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 49.34%
G = 21.83%
B = 28.82%

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

#713242 (or 0x713242) is known color: Siren. HEX triplet: 71, 32 and 42. RGB value is (113,50,66). Sum of RGB (Red+Green+Blue) = 113+50+66=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713242 is #8ECDBD. Grayscale: #464646. Windows color (decimal): -9358782 or 4338289. OLE color: 4338289.

HSL color Cylindrical-coordinate representation of color #713242: hue angle of 344.76º 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 #713242 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 66 -
CMYK 0 0.56 0.42 0.56
HSL 344.76º 0.39% 0.32% -
HSV(B) 344.76º 0.56% 0.44% -
XYZ 8.93 6.19 5.88 -
YUV 70.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 113 50 66 0 0.56 0.42 0.56 344.76 0.39 0.32
Hex 71 32 42 0 38 2A 38 159 27 20
Octal 161 62 102 0 70 52 70 531 47 40
Binary 1110001 110010 1000010 0 111000 101010 111000 101011001 100111 100000

Color Harmonies of #713242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713242

Black with #713242

Text Example


Text Example

White with #713242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713242; }

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

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

background-color css

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

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

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

border-color css

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

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

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