Html Css Color HEX #712C40 Siren

📋 copy color: '#712C40'

red 113 ◦ green 44 ◦ blue 64

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

Shades of Siren #712C40

Tints of Siren #712C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 51.13%
G = 19.91%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#712C40 (or 0x712C40) is known color: Siren. HEX triplet: 71, 2C and 40. RGB value is (113,44,64). Sum of RGB (Red+Green+Blue) = 113+44+64=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #712C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C40 is #8ED3BF. Grayscale: #424242. Windows color (decimal): -9360320 or 4205681. OLE color: 4205681.

HSL color Cylindrical-coordinate representation of color #712C40: hue angle of 342.61º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C40 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 64 -
CMYK 0 0.61 0.43 0.56
HSL 342.61º 0.44% 0.31% -
HSV(B) 342.61º 0.61% 0.44% -
XYZ 8.64 5.68 5.49 -
YUV 66.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 113 44 64 0 0.61 0.43 0.56 342.61 0.44 0.31
Hex 71 2C 40 0 3D 2B 38 157 2C 1F
Octal 161 54 100 0 75 53 70 527 54 37
Binary 1110001 101100 1000000 0 111101 101011 111000 101010111 101100 11111

Color Harmonies of #712C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C40

Black with #712C40

Text Example


Text Example

White with #712C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712C40; }

 p { color: rgb(113,44,64); }

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

background-color css

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

 a { background-color: rgb(113,44,64); }

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

border-color css

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

 span { border-color: rgb(113,44,64); }

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