Html Css Color HEX #712640 Siren

📋 copy color: '#712640'

red 113 ◦ green 38 ◦ blue 64

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

Shades of Siren #712640

Tints of Siren #712640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 52.56%
G = 17.67%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#712640 (or 0x712640) is known color: Siren. HEX triplet: 71, 26 and 40. RGB value is (113,38,64). Sum of RGB (Red+Green+Blue) = 113+38+64=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712640 is #8ED9BF. Grayscale: #3F3F3F. Windows color (decimal): -9361856 or 4204145. OLE color: 4204145.

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

Color convert

RGB 113 38 64 -
CMYK 0 0.66 0.43 0.56
HSL 339.2º 0.5% 0.3% -
HSV(B) 339.2º 0.66% 0.44% -
XYZ 8.43 5.27 5.42 -
YUV 63.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 113 38 64 0 0.66 0.43 0.56 339.2 0.5 0.3
Hex 71 26 40 0 42 2B 38 153 32 1E
Octal 161 46 100 0 102 53 70 523 62 36
Binary 1110001 100110 1000000 0 1000010 101011 111000 101010011 110010 11110

Color Harmonies of #712640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712640

Black with #712640

Text Example


Text Example

White with #712640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712640; }

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

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

background-color css

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

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

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

border-color css

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

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

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