#75122D

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

Shades of Claret #75122D

Tints of Claret #75122D

Color information

#75122D (or 0x75122D) is unknown color: approx Claret. HEX triplet: 75, 12 and 2D. RGB value is (117,18,45). Sum of RGB (Red+Green+Blue) = 117+18+45=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75122D is #8AEDD2. Grayscale: #323232. Windows color (decimal): -9104851 or 2953845. OLE color: 2953845.

HSL color Cylindrical-coordinate representation of color #75122D: hue angle of 343.64º degrees, saturation: 0.73, 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 #75122D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1171845-
CMYK00.850.620.54
HSL343.64º73.33%26.47%-
HSV(B)343.64º84.62%45.88%-
XYZ8.034.42.91-
YUV50.68124.8175.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 45 (17.97% from 255) = 25%
R=65%
G=10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117184500.850.620.54343.6473.3326.47
Hex75122D0553E36158491a
Octal16522550125766653011132
Binary11101011001010110101010101111110110110101011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75122D; }

 p { color: rgb(117,18,45); }

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

<style>
 a { background-color: #75122D; }

 a { background-color: rgb(117,18,45); }

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

<style>
 span { border-color: #75122D; }

 span { border-color: rgb(117,18,45); }

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