#781D1F

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

Shades of Red Berry #781D1F

Tints of Red Berry #781D1F

Color information

#781D1F (or 0x781D1F) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 1F. RGB value is (120,29,31). Sum of RGB (Red+Green+Blue) = 120+29+31=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D1F is #87E2E0. Grayscale: #383838. Windows color (decimal): -8905441 or 2039160. OLE color: 2039160.

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

Color convert

RGB1202931-
CMYK00.760.740.53
HSL358.68º61.07%29.22%-
HSV(B)358.68º75.83%47.06%-
XYZ8.434.971.81-
YUV56.44113.65173.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=66.67%
G=16.11%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120293100.760.740.53358.6861.0729.22
Hex781D1F04C4A351673d1d
Octal17035370114112655477535
Binary1111000111011111101001100100101011010110110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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