#731c30

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

Shades of Claret #731C30

Tints of Claret #731C30

Color information

#731C30 (or 0x731C30) is unknown color: approx Claret. HEX triplet: 73, 1C and 30. RGB value is (115,28,48). Sum of RGB (Red+Green+Blue) = 115+28+48=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #731C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C30 is #8CE3CF. Grayscale: #383838. Windows color (decimal): -9233360 or 3153011. OLE color: 3153011.

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

Color convert

RGB1152848-
CMYK00.760.580.55
HSL346.21º60.84%28.04%-
HSV(B)346.21º75.65%45.1%-
XYZ8.024.693.28-
YUV56.29123.32169.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=60.21%
G=14.66%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115284800.760.580.55346.2160.8428.04
Hex731C3004C3A3715a3d1c
Octal1633460011472675327534
Binary1110011111001100000100110011101011011110101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731c30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,28,48); }

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

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

 a { background-color: rgb(115,28,48); }

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

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

 span { border-color: rgb(115,28,48); }

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