Html Css Color HEX #713344 Siren

📋 copy color: '#713344'

red 113 ◦ green 51 ◦ blue 68

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

Shades of Siren #713344

Tints of Siren #713344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 48.71%
G = 21.98%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#713344 (or 0x713344) is known color: Siren. HEX triplet: 71, 33 and 44. RGB value is (113,51,68). Sum of RGB (Red+Green+Blue) = 113+51+68=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713344 is #8ECCBB. Grayscale: #474747. Windows color (decimal): -9358524 or 4469617. OLE color: 4469617.

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

Color convert

RGB 113 51 68 -
CMYK 0 0.55 0.40 0.56
HSL 343.55º 0.38% 0.32% -
HSV(B) 343.55º 0.55% 0.44% -
XYZ 9.04 6.3 6.21 -
YUV 71.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 113 51 68 0 0.55 0.40 0.56 343.55 0.38 0.32
Hex 71 33 44 0 37 28 38 158 26 20
Octal 161 63 104 0 67 50 70 530 46 40
Binary 1110001 110011 1000100 0 110111 101000 111000 101011000 100110 100000

Color Harmonies of #713344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713344

Black with #713344

Text Example


Text Example

White with #713344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713344; }

 p { color: rgb(113,51,68); }

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

background-color css

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

 a { background-color: rgb(113,51,68); }

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

border-color css

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

 span { border-color: rgb(113,51,68); }

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