#75142E

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

Shades of Claret #75142E

Tints of Claret #75142E

Color information

#75142E (or 0x75142E) is unknown color: approx Claret. HEX triplet: 75, 14 and 2E. RGB value is (117,20,46). Sum of RGB (Red+Green+Blue) = 117+20+46=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75142E is #8AEBD1. Grayscale: #333333. Windows color (decimal): -9104338 or 3019893. OLE color: 3019893.

HSL color Cylindrical-coordinate representation of color #75142E: hue angle of 343.92º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75142E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1172046-
CMYK00.830.610.54
HSL343.92º70.8%26.86%-
HSV(B)343.92º82.91%45.88%-
XYZ8.084.483.02-
YUV51.97124.64174.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=63.93%
G=10.93%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117204600.830.610.54343.9270.826.86
Hex75142E0533D36158471b
Octal16524560123756653010733
Binary11101011010010111001010011111101110110101011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75142E; }

 p { color: rgb(117,20,46); }

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

<style>
 a { background-color: #75142E; }

 a { background-color: rgb(117,20,46); }

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

<style>
 span { border-color: #75142E; }

 span { border-color: rgb(117,20,46); }

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