#75182F

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

Shades of Claret #75182F

Tints of Claret #75182F

Color information

#75182F (or 0x75182F) is unknown color: approx Claret. HEX triplet: 75, 18 and 2F. RGB value is (117,24,47). Sum of RGB (Red+Green+Blue) = 117+24+47=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #75182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182F is #8AE7D0. Grayscale: #363636. Windows color (decimal): -9103313 or 3086453. OLE color: 3086453.

HSL color Cylindrical-coordinate representation of color #75182F: hue angle of 345.16º 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 #75182F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1172447-
CMYK00.790.600.54
HSL345.16º65.96%27.65%-
HSV(B)345.16º79.49%45.88%-
XYZ8.184.643.15-
YUV54.43123.81172.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 47 (18.75% from 255) = 25%
R=62.23%
G=12.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117244700.790.600.54345.1665.9627.65
Hex75182F04F3C36159421c
Octal16530570117746653110234
Binary11101011100010111101001111111100110110101011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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