Html Css Color HEX #71273F Siren

📋 copy color: '#71273F'

red 113 ◦ green 39 ◦ blue 63

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

Shades of Siren #71273F

Tints of Siren #71273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

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

R = 52.56%
G = 18.14%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71273F (or 0x71273F) is known color: Siren. HEX triplet: 71, 27 and 3F. RGB value is (113,39,63). Sum of RGB (Red+Green+Blue) = 113+39+63=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273F is #8ED8C0. Grayscale: #3F3F3F. Windows color (decimal): -9361601 or 4138865. OLE color: 4138865.

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

Color convert

RGB 113 39 63 -
CMYK 0 0.65 0.44 0.56
HSL 340.54º 0.49% 0.3% -
HSV(B) 340.54º 0.65% 0.44% -
XYZ 8.43 5.32 5.29 -
YUV 63.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 113 39 63 0 0.65 0.44 0.56 340.54 0.49 0.3
Hex 71 27 3F 0 41 2C 38 155 31 1E
Octal 161 47 77 0 101 54 70 525 61 36
Binary 1110001 100111 111111 0 1000001 101100 111000 101010101 110001 11110

Color Harmonies of #71273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71273F

Black with #71273F

Text Example


Text Example

White with #71273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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