#781A1B

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

Shades of Red Berry #781A1B

Tints of Red Berry #781A1B

Color information

#781A1B (or 0x781A1B) is unknown color: approx Red Berry. HEX triplet: 78, 1A and 1B. RGB value is (120,26,27). Sum of RGB (Red+Green+Blue) = 120+26+27=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #781A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A1B is #87E5E4. Grayscale: #363636. Windows color (decimal): -8906213 or 1776248. OLE color: 1776248.

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

Color convert

RGB1202627-
CMYK00.780.780.53
HSL359.36º64.38%28.63%-
HSV(B)359.36º78.33%47.06%-
XYZ8.314.811.53-
YUV54.22112.64174.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=69.36%
G=15.03%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120262700.780.780.53359.3664.3828.63
Hex781A1B04E4E35167401d
Octal170323301161166554710035
Binary11110001101011011010011101001110110101101100111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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