#781C2B

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

Shades of Red Berry #781C2B

Tints of Red Berry #781C2B

Color information

#781C2B (or 0x781C2B) is unknown color: approx Red Berry. HEX triplet: 78, 1C and 2B. RGB value is (120,28,43). Sum of RGB (Red+Green+Blue) = 120+28+43=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #781C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C2B is #87E3D4. Grayscale: #393939. Windows color (decimal): -8905685 or 2825336. OLE color: 2825336.

HSL color Cylindrical-coordinate representation of color #781C2B: hue angle of 350.22º degrees, saturation: 0.62, 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 #781C2B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1202843-
CMYK00.770.640.53
HSL350.22º62.16%29.02%-
HSV(B)350.22º76.67%47.06%-
XYZ8.652.8-
YUV57.22119.98172.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=62.83%
G=14.66%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120284300.770.640.53350.2262.1629.02
Hex781C2B04D403515e3e1d
Octal17034530115100655367635
Binary11110001110010101101001101100000011010110101111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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