#71303F

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

Shades of Siren #71303F

Tints of Siren #71303F

Color information

#71303F (or 0x71303F) is unknown color: approx Siren. HEX triplet: 71, 30 and 3F. RGB value is (113,48,63). Sum of RGB (Red+Green+Blue) = 113+48+63=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71303F is #8ECFC0. Grayscale: #454545. Windows color (decimal): -9359297 or 4141169. OLE color: 4141169.

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

Color convert

RGB1134863-
CMYK00.580.440.56
HSL346.15º40.37%31.57%-
HSV(B)346.15º57.52%44.31%-
XYZ8.765.985.4-
YUV69.14124.53159.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 63 (25% from 255) = 28.12%
R=50.45%
G=21.43%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113486300.580.440.56346.1540.3731.57
Hex71303F03A2C3815a2820
Octal161607707254705325040
Binary11100011100001111110111010101100111000101011010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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