#781B1C

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

Shades of Red Berry #781B1C

Tints of Red Berry #781B1C

Color information

#781B1C (or 0x781B1C) is unknown color: approx Red Berry. HEX triplet: 78, 1B and 1C. RGB value is (120,27,28). Sum of RGB (Red+Green+Blue) = 120+27+28=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B1C is #87E4E3. Grayscale: #373737. Windows color (decimal): -8905956 or 1842040. OLE color: 1842040.

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

Color convert

RGB1202728-
CMYK00.780.770.53
HSL359.35º63.27%28.82%-
HSV(B)359.35º77.5%47.06%-
XYZ8.354.861.6-
YUV54.92112.81174.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 28 (11.33% from 255) = 16%
R=68.57%
G=15.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120272800.780.770.53359.3563.2728.82
Hex781B1C04E4D351673f1d
Octal17033340116115655477735
Binary1111000110111110001001110100110111010110110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,27,28); }

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

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

 a { background-color: rgb(120,27,28); }

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

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

 span { border-color: rgb(120,27,28); }

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