Html Css Color HEX #712942 Siren

📋 copy color: '#712942'

red 113 ◦ green 41 ◦ blue 66

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

Shades of Siren #712942

Tints of Siren #712942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 51.36%
G = 18.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712942 (or 0x712942) is known color: Siren. HEX triplet: 71, 29 and 42. RGB value is (113,41,66). Sum of RGB (Red+Green+Blue) = 113+41+66=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #712942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712942 is #8ED6BD. Grayscale: #414141. Windows color (decimal): -9361086 or 4335985. OLE color: 4335985.

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

Color convert

RGB 113 41 66 -
CMYK 0 0.64 0.42 0.56
HSL 339.17º 0.47% 0.3% -
HSV(B) 339.17º 0.64% 0.44% -
XYZ 8.59 5.49 5.76 -
YUV 65.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 113 41 66 0 0.64 0.42 0.56 339.17 0.47 0.3
Hex 71 29 42 0 40 2A 38 153 2F 1E
Octal 161 51 102 0 100 52 70 523 57 36
Binary 1110001 101001 1000010 0 1000000 101010 111000 101010011 101111 11110

Color Harmonies of #712942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712942

Black with #712942

Text Example


Text Example

White with #712942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712942; }

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

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

background-color css

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

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

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

border-color css

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

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

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