#751835

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

Shades of Claret #751835

Tints of Claret #751835

Color information

#751835 (or 0x751835) is unknown color: approx Claret. HEX triplet: 75, 18 and 35. RGB value is (117,24,53). Sum of RGB (Red+Green+Blue) = 117+24+53=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751835 is #8AE7CA. Grayscale: #373737. Windows color (decimal): -9103307 or 3479669. OLE color: 3479669.

HSL color Cylindrical-coordinate representation of color #751835: hue angle of 341.29º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751835 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1172453-
CMYK00.790.550.54
HSL341.29º65.96%27.65%-
HSV(B)341.29º79.49%45.88%-
XYZ8.314.693.84-
YUV55.11126.81172.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=60.31%
G=12.37%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117245300.790.550.54341.2965.9627.65
Hex75183504F3736155421c
Octal16530650117676652510234
Binary11101011100011010101001111110111110110101010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751835; }

 p { color: rgb(117,24,53); }

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

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

 a { background-color: rgb(117,24,53); }

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

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

 span { border-color: rgb(117,24,53); }

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