#781B3A

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

Shades of Claret #781B3A

Tints of Claret #781B3A

Color information

#781B3A (or 0x781B3A) is unknown color: approx Claret. HEX triplet: 78, 1B and 3A. RGB value is (120,27,58). Sum of RGB (Red+Green+Blue) = 120+27+58=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B3A is #87E4C5. Grayscale: #3A3A3A. Windows color (decimal): -8905926 or 3808120. OLE color: 3808120.

HSL color Cylindrical-coordinate representation of color #781B3A: hue angle of 340º degrees, saturation: 0.63, 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 #781B3A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1202758-
CMYK00.780.520.53
HSL340º63.27%28.82%-
HSV(B)340º77.5%47.06%-
XYZ8.95.084.51-
YUV58.34127.81171.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=58.54%
G=13.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120275800.780.520.5334063.2728.82
Hex781B3A04E34351543f1d
Octal1703372011664655247735
Binary1111000110111110100100111011010011010110101010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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