#751C34

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

Shades of Claret #751C34

Tints of Claret #751C34

Color information

#751C34 (or 0x751C34) is unknown color: approx Claret. HEX triplet: 75, 1C and 34. RGB value is (117,28,52). Sum of RGB (Red+Green+Blue) = 117+28+52=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #751C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C34 is #8AE3CB. Grayscale: #393939. Windows color (decimal): -9102284 or 3415157. OLE color: 3415157.

HSL color Cylindrical-coordinate representation of color #751C34: hue angle of 343.82º 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 #751C34 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1172852-
CMYK00.760.560.54
HSL343.82º61.38%28.43%-
HSV(B)343.82º76.07%45.88%-
XYZ8.374.863.75-
YUV57.35124.99170.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=59.39%
G=14.21%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117285200.760.560.54343.8261.3828.43
Hex751C3404C38361583d1c
Octal1653464011470665307534
Binary1110101111001101000100110011100011011010101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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