Html Css Color HEX #713042 Siren

📋 copy color: '#713042'

red 113 ◦ green 48 ◦ blue 66

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

Shades of Siren #713042

Tints of Siren #713042

RGB

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

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

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

R = 49.78%
G = 21.15%
B = 29.07%

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

#713042 (or 0x713042) is known color: Siren. HEX triplet: 71, 30 and 42. RGB value is (113,48,66). Sum of RGB (Red+Green+Blue) = 113+48+66=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713042 is #8ECFBD. Grayscale: #454545. Windows color (decimal): -9359294 or 4337777. OLE color: 4337777.

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

Color convert

RGB 113 48 66 -
CMYK 0 0.58 0.42 0.56
HSL 343.38º 0.4% 0.32% -
HSV(B) 343.38º 0.58% 0.44% -
XYZ 8.85 6.02 5.85 -
YUV 69.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 113 48 66 0 0.58 0.42 0.56 343.38 0.4 0.32
Hex 71 30 42 0 3A 2A 38 157 28 20
Octal 161 60 102 0 72 52 70 527 50 40
Binary 1110001 110000 1000010 0 111010 101010 111000 101010111 101000 100000

Color Harmonies of #713042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713042

Black with #713042

Text Example


Text Example

White with #713042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713042; }

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

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

background-color css

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

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

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

border-color css

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

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

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