#751A3B

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

Shades of Claret #751A3B

Tints of Claret #751A3B

Color information

#751A3B (or 0x751A3B) is unknown color: approx Claret. HEX triplet: 75, 1A and 3B. RGB value is (117,26,59). Sum of RGB (Red+Green+Blue) = 117+26+59=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #751A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A3B is #8AE5C4. Grayscale: #383838. Windows color (decimal): -9102789 or 3873397. OLE color: 3873397.

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

Color convert

RGB1172659-
CMYK00.780.500.54
HSL338.24º63.64%28.04%-
HSV(B)338.24º77.78%45.88%-
XYZ8.494.844.62-
YUV56.97129.15170.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=57.92%
G=12.87%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117265900.780.500.54338.2463.6428.04
Hex751A3B04E3236152401c
Octal16532730116626652210034
Binary11101011101011101101001110110010110110101010010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,59); }

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

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

 a { background-color: rgb(117,26,59); }

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

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

 span { border-color: rgb(117,26,59); }

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