#781C35

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

Shades of Claret #781C35

Tints of Claret #781C35

Color information

#781C35 (or 0x781C35) is unknown color: approx Claret. HEX triplet: 78, 1C and 35. RGB value is (120,28,53). Sum of RGB (Red+Green+Blue) = 120+28+53=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C35 is #87E3CA. Grayscale: #3A3A3A. Windows color (decimal): -8905675 or 3480696. OLE color: 3480696.

HSL color Cylindrical-coordinate representation of color #781C35: hue angle of 343.7º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C35 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1202853-
CMYK00.770.560.53
HSL343.7º62.16%29.02%-
HSV(B)343.7º76.67%47.06%-
XYZ8.85.083.88-
YUV58.36124.98171.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=59.70%
G=13.93%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120285300.770.560.53343.762.1629.02
Hex781C3504D38351583e1d
Octal1703465011570655307635
Binary1111000111001101010100110111100011010110101100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781C35; }

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

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

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

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

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

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

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

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