Html Css Color HEX #71273B Siren

📋 copy color: '#71273B'

red 113 ◦ green 39 ◦ blue 59

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

Shades of Siren #71273B

Tints of Siren #71273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 53.55%
G = 18.48%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71273B (or 0x71273B) is known color: Siren. HEX triplet: 71, 27 and 3B. RGB value is (113,39,59). Sum of RGB (Red+Green+Blue) = 113+39+59=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71273B is #8ED8C4. Grayscale: #3F3F3F. Windows color (decimal): -9361605 or 3876721. OLE color: 3876721.

HSL color Cylindrical-coordinate representation of color #71273B: hue angle of 343.78º 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 #71273B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 59 -
CMYK 0 0.65 0.48 0.56
HSL 343.78º 0.49% 0.3% -
HSV(B) 343.78º 0.65% 0.44% -
XYZ 8.32 5.28 4.72 -
YUV 63.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 113 39 59 0 0.65 0.48 0.56 343.78 0.49 0.3
Hex 71 27 3B 0 41 30 38 158 31 1E
Octal 161 47 73 0 101 60 70 530 61 36
Binary 1110001 100111 111011 0 1000001 110000 111000 101011000 110001 11110

Color Harmonies of #71273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71273B

Black with #71273B

Text Example


Text Example

White with #71273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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