#75182E

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

Shades of Claret #75182E

Tints of Claret #75182E

Color information

#75182E (or 0x75182E) is unknown color: approx Claret. HEX triplet: 75, 18 and 2E. RGB value is (117,24,46). Sum of RGB (Red+Green+Blue) = 117+24+46=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182E is #8AE7D1. Grayscale: #363636. Windows color (decimal): -9103314 or 3020917. OLE color: 3020917.

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

Color convert

RGB1172446-
CMYK00.790.610.54
HSL345.81º65.96%27.65%-
HSV(B)345.81º79.49%45.88%-
XYZ8.164.633.05-
YUV54.32123.31172.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=62.57%
G=12.83%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117244600.790.610.54345.8165.9627.65
Hex75182E04F3D3615a421c
Octal16530560117756653210234
Binary11101011100010111001001111111101110110101011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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