#751534

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

Shades of Claret #751534

Tints of Claret #751534

Color information

#751534 (or 0x751534) is unknown color: approx Claret. HEX triplet: 75, 15 and 34. RGB value is (117,21,52). Sum of RGB (Red+Green+Blue) = 117+21+52=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751534 is #8AEACB. Grayscale: #353535. Windows color (decimal): -9104076 or 3413365. OLE color: 3413365.

HSL color Cylindrical-coordinate representation of color #751534: hue angle of 340.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751534 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1172152-
CMYK00.820.560.54
HSL340.62º69.57%27.06%-
HSV(B)340.62º82.05%45.88%-
XYZ8.224.573.7-
YUV53.24127.3173.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=61.58%
G=11.05%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117215200.820.560.54340.6269.5727.06
Hex7515340523836155461b
Octal16525640122706652510633
Binary11101011010111010001010010111000110110101010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751534; }

 p { color: rgb(117,21,52); }

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

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

 a { background-color: rgb(117,21,52); }

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

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

 span { border-color: rgb(117,21,52); }

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