Html Css Color HEX #713142 Siren

📋 copy color: '#713142'

red 113 ◦ green 49 ◦ blue 66

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

Shades of Siren #713142

Tints of Siren #713142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 49.56%
G = 21.49%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#713142 (or 0x713142) is known color: Siren. HEX triplet: 71, 31 and 42. RGB value is (113,49,66). Sum of RGB (Red+Green+Blue) = 113+49+66=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713142 is #8ECEBD. Grayscale: #464646. Windows color (decimal): -9359038 or 4338033. OLE color: 4338033.

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

Color convert

RGB 113 49 66 -
CMYK 0 0.57 0.42 0.56
HSL 344.06º 0.4% 0.32% -
HSV(B) 344.06º 0.57% 0.44% -
XYZ 8.89 6.1 5.86 -
YUV 70.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 113 49 66 0 0.57 0.42 0.56 344.06 0.4 0.32
Hex 71 31 42 0 39 2A 38 158 28 20
Octal 161 61 102 0 71 52 70 530 50 40
Binary 1110001 110001 1000010 0 111001 101010 111000 101011000 101000 100000

Color Harmonies of #713142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713142

Black with #713142

Text Example


Text Example

White with #713142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713142; }

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

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

background-color css

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

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

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

border-color css

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

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

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