#751C38

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

Shades of Claret #751C38

Tints of Claret #751C38

Color information

#751C38 (or 0x751C38) is unknown color: approx Claret. HEX triplet: 75, 1C and 38. RGB value is (117,28,56). Sum of RGB (Red+Green+Blue) = 117+28+56=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #751C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C38 is #8AE3C7. Grayscale: #393939. Windows color (decimal): -9102280 or 3677301. OLE color: 3677301.

HSL color Cylindrical-coordinate representation of color #751C38: hue angle of 341.12º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C38 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1172856-
CMYK00.760.520.54
HSL341.12º61.38%28.43%-
HSV(B)341.12º76.07%45.88%-
XYZ8.474.94.24-
YUV57.8126.99170.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=58.21%
G=13.93%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117285600.760.520.54341.1261.3828.43
Hex751C3804C34361553d1c
Octal1653470011464665257534
Binary1110101111001110000100110011010011011010101010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751C38; }

 p { color: rgb(117,28,56); }

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

<style>
 a { background-color: #751C38; }

 a { background-color: rgb(117,28,56); }

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

<style>
 span { border-color: #751C38; }

 span { border-color: rgb(117,28,56); }

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