#730F35

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

Shades of Claret #730F35

Tints of Claret #730F35

Color information

#730F35 (or 0x730F35) is unknown color: approx Claret. HEX triplet: 73, 0F and 35. RGB value is (115,15,53). Sum of RGB (Red+Green+Blue) = 115+15+53=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F35 is #8CF0CA. Grayscale: #313131. Windows color (decimal): -9236683 or 3477363. OLE color: 3477363.

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

Color convert

RGB1151553-
CMYK00.870.540.55
HSL337.2º76.92%25.49%-
HSV(B)337.2º86.96%45.1%-
XYZ7.884.243.77-
YUV49.23130.13174.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=62.84%
G=8.20%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115155300.870.540.55337.276.9225.49
Hex73F3505736371514d19
Octal16317650127666752111531
Binary1110011111111010101010111110110110111101010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,15,53); }

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

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

 a { background-color: rgb(115,15,53); }

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

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

 span { border-color: rgb(115,15,53); }

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