#781D2E

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

Shades of Scarlett #781D2E

Tints of Scarlett #781D2E

Color information

#781D2E (or 0x781D2E) is unknown color: approx Scarlett. HEX triplet: 78, 1D and 2E. RGB value is (120,29,46). Sum of RGB (Red+Green+Blue) = 120+29+46=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D2E is #87E2D1. Grayscale: #3A3A3A. Windows color (decimal): -8905426 or 3022200. OLE color: 3022200.

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

Color convert

RGB1202946-
CMYK00.760.620.53
HSL348.79º61.07%29.22%-
HSV(B)348.79º75.83%47.06%-
XYZ8.685.073.11-
YUV58.15121.15172.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=61.54%
G=14.87%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120294600.760.620.53348.7961.0729.22
Hex781D2E04C3E3515d3d1d
Octal1703556011476655357535
Binary1111000111011011100100110011111011010110101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,29,46); }

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

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

 a { background-color: rgb(120,29,46); }

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

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

 span { border-color: rgb(120,29,46); }

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