#781E3A

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

Shades of Claret #781E3A

Tints of Claret #781E3A

Color information

#781E3A (or 0x781E3A) is unknown color: approx Claret. HEX triplet: 78, 1E and 3A. RGB value is (120,30,58). Sum of RGB (Red+Green+Blue) = 120+30+58=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E3A is #87E1C5. Grayscale: #3C3C3C. Windows color (decimal): -8905158 or 3808888. OLE color: 3808888.

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

Color convert

RGB1203058-
CMYK00.750.520.53
HSL341.33º60%29.41%-
HSV(B)341.33º75%47.06%-
XYZ8.975.234.54-
YUV60.1126.82170.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=57.69%
G=14.42%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120305800.750.520.53341.336029.41
Hex781E3A04B34351553c1d
Octal1703672011364655257435
Binary1111000111101110100100101111010011010110101010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,30,58); }

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

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

 a { background-color: rgb(120,30,58); }

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

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

 span { border-color: rgb(120,30,58); }

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