#75112E

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

Shades of Claret #75112E

Tints of Claret #75112E

Color information

#75112E (or 0x75112E) is unknown color: approx Claret. HEX triplet: 75, 11 and 2E. RGB value is (117,17,46). Sum of RGB (Red+Green+Blue) = 117+17+46=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75112E is #8AEED1. Grayscale: #323232. Windows color (decimal): -9105106 or 3019125. OLE color: 3019125.

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

Color convert

RGB1171746-
CMYK00.850.610.54
HSL342.6º74.63%26.27%-
HSV(B)342.6º85.47%45.88%-
XYZ8.034.383.01-
YUV50.21125.63175.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=65%
G=9.44%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117174600.850.610.54342.674.6326.27
Hex75112E0553D361574b1a
Octal16521560125756652711332
Binary11101011000110111001010101111101110110101010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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