#781D1E

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

Shades of Red Berry #781D1E

Tints of Red Berry #781D1E

Color information

#781D1E (or 0x781D1E) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 1E. RGB value is (120,29,30). Sum of RGB (Red+Green+Blue) = 120+29+30=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D1E is #87E2E1. Grayscale: #383838. Windows color (decimal): -8905442 or 1973624. OLE color: 1973624.

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

Color convert

RGB1202930-
CMYK00.760.750.53
HSL359.34º61.07%29.22%-
HSV(B)359.34º75.83%47.06%-
XYZ8.424.971.74-
YUV56.32113.15173.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=67.04%
G=16.20%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120293000.760.750.53359.3461.0729.22
Hex781D1E04C4B351673d1d
Octal17035360114113655477535
Binary1111000111011111001001100100101111010110110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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