#781A38

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

Shades of Claret #781A38

Tints of Claret #781A38

Color information

#781A38 (or 0x781A38) is unknown color: approx Claret. HEX triplet: 78, 1A and 38. RGB value is (120,26,56). Sum of RGB (Red+Green+Blue) = 120+26+56=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #781A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A38 is #87E5C7. Grayscale: #393939. Windows color (decimal): -8906184 or 3676792. OLE color: 3676792.

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

Color convert

RGB1202656-
CMYK00.780.530.53
HSL340.85º64.38%28.63%-
HSV(B)340.85º78.33%47.06%-
XYZ8.835.024.24-
YUV57.53127.14172.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=59.41%
G=12.87%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120265600.780.530.53340.8564.3828.63
Hex781A3804E3535155401d
Octal17032700116656552510035
Binary11110001101011100001001110110101110101101010101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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