#781E3B

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

Shades of Claret #781E3B

Tints of Claret #781E3B

Color information

#781E3B (or 0x781E3B) is unknown color: approx Claret. HEX triplet: 78, 1E and 3B. RGB value is (120,30,59). Sum of RGB (Red+Green+Blue) = 120+30+59=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E3B is #87E1C4. Grayscale: #3C3C3C. Windows color (decimal): -8905157 or 3874424. OLE color: 3874424.

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

Color convert

RGB1203059-
CMYK00.750.510.53
HSL340.67º60%29.41%-
HSV(B)340.67º75%47.06%-
XYZ95.244.67-
YUV60.22127.32170.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=57.42%
G=14.35%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120305900.750.510.53340.676029.41
Hex781E3B04B33351553c1d
Octal1703673011363655257435
Binary1111000111101110110100101111001111010110101010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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