Html Css Color HEX #71293F Siren

📋 copy color: '#71293F'

red 113 ◦ green 41 ◦ blue 63

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

Shades of Siren #71293F

Tints of Siren #71293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.03%

R = 52.07%
G = 18.89%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71293F (or 0x71293F) is known color: Siren. HEX triplet: 71, 29 and 3F. RGB value is (113,41,63). Sum of RGB (Red+Green+Blue) = 113+41+63=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #71293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71293F is #8ED6C0. Grayscale: #414141. Windows color (decimal): -9361089 or 4139377. OLE color: 4139377.

HSL color Cylindrical-coordinate representation of color #71293F: hue angle of 341.67º 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 #71293F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 63 -
CMYK 0 0.64 0.44 0.56
HSL 341.67º 0.47% 0.3% -
HSV(B) 341.67º 0.64% 0.44% -
XYZ 8.5 5.46 5.31 -
YUV 65.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 113 41 63 0 0.64 0.44 0.56 341.67 0.47 0.3
Hex 71 29 3F 0 40 2C 38 156 2F 1E
Octal 161 51 77 0 100 54 70 526 57 36
Binary 1110001 101001 111111 0 1000000 101100 111000 101010110 101111 11110

Color Harmonies of #71293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71293F

Black with #71293F

Text Example


Text Example

White with #71293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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