#751036

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

Shades of Claret #751036

Tints of Claret #751036

Color information

#751036 (or 0x751036) is unknown color: approx Claret. HEX triplet: 75, 10 and 36. RGB value is (117,16,54). Sum of RGB (Red+Green+Blue) = 117+16+54=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751036 is #8AEFC9. Grayscale: #323232. Windows color (decimal): -9105354 or 3543157. OLE color: 3543157.

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

Color convert

RGB1171654-
CMYK00.860.540.54
HSL337.43º75.94%26.08%-
HSV(B)337.43º86.32%45.88%-
XYZ8.194.423.91-
YUV50.53129.96175.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=62.57%
G=8.56%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117165400.860.540.54337.4375.9426.08
Hex75103605636361514c1a
Octal16520660126666652111432
Binary11101011000011011001010110110110110110101010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751036; }

 p { color: rgb(117,16,54); }

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

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

 a { background-color: rgb(117,16,54); }

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

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

 span { border-color: rgb(117,16,54); }

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