#781E2D

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

Shades of Scarlett #781E2D

Tints of Scarlett #781E2D

Color information

#781E2D (or 0x781E2D) is unknown color: approx Scarlett. HEX triplet: 78, 1E and 2D. RGB value is (120,30,45). Sum of RGB (Red+Green+Blue) = 120+30+45=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E2D is #87E1D2. Grayscale: #3A3A3A. Windows color (decimal): -8905171 or 2956920. OLE color: 2956920.

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

Color convert

RGB1203045-
CMYK00.750.630.53
HSL350º60%29.41%-
HSV(B)350º75%47.06%-
XYZ8.685.113.01-
YUV58.62120.32171.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120304500.750.630.533506029.41
Hex781E2D04B3F3515e3c1d
Octal1703655011377655367435
Binary1111000111101011010100101111111111010110101111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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