#781c38

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

Shades of Claret #781C38

Tints of Claret #781C38

Color information

#781C38 (or 0x781C38) is unknown color: approx Claret. HEX triplet: 78, 1C and 38. RGB value is (120,28,56). Sum of RGB (Red+Green+Blue) = 120+28+56=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C38 is #87E3C7. Grayscale: #3A3A3A. Windows color (decimal): -8905672 or 3677304. OLE color: 3677304.

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

Color convert

RGB1202856-
CMYK00.770.530.53
HSL341.74º62.16%29.02%-
HSV(B)341.74º76.67%47.06%-
XYZ8.875.114.26-
YUV58.7126.48171.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=58.82%
G=13.73%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120285600.770.530.53341.7462.1629.02
Hex781C3804D35351563e1d
Octal1703470011565655267635
Binary1111000111001110000100110111010111010110101011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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