#781036

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

Shades of Claret #781036

Tints of Claret #781036

Color information

#781036 (or 0x781036) is unknown color: approx Claret. HEX triplet: 78, 10 and 36. RGB value is (120,16,54). Sum of RGB (Red+Green+Blue) = 120+16+54=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781036 is #87EFC9. Grayscale: #333333. Windows color (decimal): -8908746 or 3543160. OLE color: 3543160.

HSL color Cylindrical-coordinate representation of color #781036: hue angle of 338.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781036 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1201654-
CMYK00.870.550.53
HSL338.08º76.47%26.67%-
HSV(B)338.08º86.67%47.06%-
XYZ8.64.633.93-
YUV51.43129.46176.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=63.16%
G=8.42%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120165400.870.550.53338.0876.4726.67
Hex78103605737351524c1b
Octal17020660127676552211433
Binary11110001000011011001010111110111110101101010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781036; }

 p { color: rgb(120,16,54); }

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

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

 a { background-color: rgb(120,16,54); }

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

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

 span { border-color: rgb(120,16,54); }

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