#781E38

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

Shades of Claret #781E38

Tints of Claret #781E38

Color information

#781E38 (or 0x781E38) is unknown color: approx Claret. HEX triplet: 78, 1E and 38. RGB value is (120,30,56). Sum of RGB (Red+Green+Blue) = 120+30+56=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E38 is #87E1C7. Grayscale: #3B3B3B. Windows color (decimal): -8905160 or 3677816. OLE color: 3677816.

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

Color convert

RGB1203056-
CMYK00.750.530.53
HSL342.67º60%29.41%-
HSV(B)342.67º75%47.06%-
XYZ8.925.214.28-
YUV59.87125.82170.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=58.25%
G=14.56%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120305600.750.530.53342.676029.41
Hex781E3804B35351573c1d
Octal1703670011365655277435
Binary1111000111101110000100101111010111010110101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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