#751634

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

Shades of Claret #751634

Tints of Claret #751634

Color information

#751634 (or 0x751634) is unknown color: approx Claret. HEX triplet: 75, 16 and 34. RGB value is (117,22,52). Sum of RGB (Red+Green+Blue) = 117+22+52=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751634 is #8AE9CB. Grayscale: #353535. Windows color (decimal): -9103820 or 3413621. OLE color: 3413621.

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

Color convert

RGB1172252-
CMYK00.810.560.54
HSL341.05º68.35%27.25%-
HSV(B)341.05º81.2%45.88%-
XYZ8.244.63.7-
YUV53.82126.97173.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=61.26%
G=11.52%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117225200.810.560.54341.0568.3527.25
Hex7516340513836155441b
Octal16526640121706652510433
Binary11101011011011010001010001111000110110101010101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751634; }

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

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

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

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

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

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

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

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