#731F3A

Color #731F3A Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #731F3A

Tints of Claret #731F3A

Color information

#731F3A (or 0x731F3A) is unknown color: approx Claret. HEX triplet: 73, 1F and 3A. RGB value is (115,31,58). Sum of RGB (Red+Green+Blue) = 115+31+58=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F3A is #8CE0C5. Grayscale: #3B3B3B. Windows color (decimal): -9232582 or 3809139. OLE color: 3809139.

HSL color Cylindrical-coordinate representation of color #731F3A: hue angle of 340.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F3A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1153158-
CMYK00.730.500.55
HSL340.71º57.53%28.63%-
HSV(B)340.71º73.04%45.1%-
XYZ8.324.934.52-
YUV59.19127.33167.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=56.37%
G=15.20%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115315800.730.500.55340.7157.5328.63
Hex731F3A04932371553a1d
Octal1633772011162675257235
Binary1110011111111110100100100111001011011110101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731F3A; }

 p { color: rgb(115,31,58); }

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

<style>
 a { background-color: #731F3A; }

 a { background-color: rgb(115,31,58); }

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

<style>
 span { border-color: #731F3A; }

 span { border-color: rgb(115,31,58); }

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