#71253A

Color #71253A Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #71253A

Tints of Siren #71253A

Color information

#71253A (or 0x71253A) is unknown color: approx Siren. HEX triplet: 71, 25 and 3A. RGB value is (113,37,58). Sum of RGB (Red+Green+Blue) = 113+37+58=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71253A is #8EDAC5. Grayscale: #3E3E3E. Windows color (decimal): -9362118 or 3810673. OLE color: 3810673.

HSL color Cylindrical-coordinate representation of color #71253A: hue angle of 343.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71253A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1133758-
CMYK00.670.490.56
HSL343.42º50.67%29.41%-
HSV(B)343.42º67.26%44.31%-
XYZ8.245.144.56-
YUV62.12125.68164.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=54.33%
G=17.79%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113375800.670.490.56343.4250.6729.41
Hex71253A0433138157331d
Octal1614572010361705276335
Binary11100011001011110100100001111000111100010101011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71253A; }

 p { color: rgb(113,37,58); }

 H1.HeaderClassName
 {
   color: #71253A;
 }
 .AnyTagClassName
 {
   color: #71253A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,37,58); }

 div.DivClassName
 {
   background-color: #71253A;
 }
 .BgClassName
 {
   background-color: #71253A;
 }
</style>
border-color css

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

 span { border-color: rgb(113,37,58); }

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