#781035

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

Shades of Claret #781035

Tints of Claret #781035

Color information

#781035 (or 0x781035) is unknown color: approx Claret. HEX triplet: 78, 10 and 35. RGB value is (120,16,53). Sum of RGB (Red+Green+Blue) = 120+16+53=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #781035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781035 is #87EFCA. Grayscale: #333333. Windows color (decimal): -8908747 or 3477624. OLE color: 3477624.

HSL color Cylindrical-coordinate representation of color #781035: hue angle of 338.65º 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 #781035 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1201653-
CMYK00.870.560.53
HSL338.65º76.47%26.67%-
HSV(B)338.65º86.67%47.06%-
XYZ8.574.623.81-
YUV51.31128.96176.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=63.49%
G=8.47%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120165300.870.560.53338.6576.4726.67
Hex78103505738351534c1b
Octal17020650127706552311433
Binary11110001000011010101010111111000110101101010011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781035; }

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

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

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

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

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

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

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

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