#781033

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

Shades of Claret #781033

Tints of Claret #781033

Color information

#781033 (or 0x781033) is unknown color: approx Claret. HEX triplet: 78, 10 and 33. RGB value is (120,16,51). Sum of RGB (Red+Green+Blue) = 120+16+51=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781033 is #87EFCC. Grayscale: #333333. Windows color (decimal): -8908749 or 3346552. OLE color: 3346552.

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

Color convert

RGB1201651-
CMYK00.870.580.53
HSL339.81º76.47%26.67%-
HSV(B)339.81º86.67%47.06%-
XYZ8.534.63.57-
YUV51.09127.96177.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=64.17%
G=8.56%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120165100.870.580.53339.8176.4726.67
Hex7810330573A351544c1b
Octal17020630127726552411433
Binary11110001000011001101010111111010110101101010100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781033; }

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

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

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

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

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

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

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

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