#75122E

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

Shades of Claret #75122E

Tints of Claret #75122E

Color information

#75122E (or 0x75122E) is unknown color: approx Claret. HEX triplet: 75, 12 and 2E. RGB value is (117,18,46). Sum of RGB (Red+Green+Blue) = 117+18+46=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75122E is #8AEDD1. Grayscale: #323232. Windows color (decimal): -9104850 or 3019381. OLE color: 3019381.

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

Color convert

RGB1171846-
CMYK00.850.610.54
HSL343.03º73.33%26.47%-
HSV(B)343.03º84.62%45.88%-
XYZ8.054.413.01-
YUV50.79125.3175.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=64.64%
G=9.94%
B=25.41%

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
Decimal117184600.850.610.54343.0373.3326.47
Hex75122E0553D36157491a
Octal16522560125756652711132
Binary11101011001010111001010101111101110110101010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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