#730E2D

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

Shades of Claret #730E2D

Tints of Claret #730E2D

Color information

#730E2D (or 0x730E2D) is unknown color: approx Claret. HEX triplet: 73, 0E and 2D. RGB value is (115,14,45). Sum of RGB (Red+Green+Blue) = 115+14+45=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #730E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E2D is #8CF1D2. Grayscale: #2F2F2F. Windows color (decimal): -9236947 or 2952819. OLE color: 2952819.

HSL color Cylindrical-coordinate representation of color #730E2D: hue angle of 341.58º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E2D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1151445-
CMYK00.880.610.55
HSL341.58º78.29%25.29%-
HSV(B)341.58º87.83%45.1%-
XYZ7.74.152.88-
YUV47.73126.46175.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=66.09%
G=8.05%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115144500.880.610.55341.5878.2925.29
Hex73E2D0583D371564e19
Octal16316550130756752611631
Binary1110011111010110101011000111101110111101010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730E2D; }

 p { color: rgb(115,14,45); }

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

<style>
 a { background-color: #730E2D; }

 a { background-color: rgb(115,14,45); }

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

<style>
 span { border-color: #730E2D; }

 span { border-color: rgb(115,14,45); }

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