#75182D

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

Shades of Claret #75182D

Tints of Claret #75182D

Color information

#75182D (or 0x75182D) is unknown color: approx Claret. HEX triplet: 75, 18 and 2D. RGB value is (117,24,45). Sum of RGB (Red+Green+Blue) = 117+24+45=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182D is #8AE7D2. Grayscale: #363636. Windows color (decimal): -9103315 or 2955381. OLE color: 2955381.

HSL color Cylindrical-coordinate representation of color #75182D: hue angle of 346.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75182D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1172445-
CMYK00.790.620.54
HSL346.45º65.96%27.65%-
HSV(B)346.45º79.49%45.88%-
XYZ8.144.622.95-
YUV54.2122.81172.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=62.90%
G=12.90%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117244500.790.620.54346.4565.9627.65
Hex75182D04F3E3615a421c
Octal16530550117766653210234
Binary11101011100010110101001111111110110110101011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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