#78182D

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

Shades of Red Berry #78182D

Tints of Red Berry #78182D

Color information

#78182D (or 0x78182D) is unknown color: approx Red Berry. HEX triplet: 78, 18 and 2D. RGB value is (120,24,45). Sum of RGB (Red+Green+Blue) = 120+24+45=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78182D is #87E7D2. Grayscale: #373737. Windows color (decimal): -8906707 or 2955384. OLE color: 2955384.

HSL color Cylindrical-coordinate representation of color #78182D: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78182D is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1202445-
CMYK00.80.630.53
HSL346.88º66.67%28.24%-
HSV(B)346.88º80%47.06%-
XYZ8.554.842.97-
YUV55.1122.3174.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=63.49%
G=12.70%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120244500.80.630.53346.8866.6728.24
Hex78182D0503F3515b431c
Octal17030550120776553310334
Binary11110001100010110101010000111111110101101011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78182D; }

 p { color: rgb(120,24,45); }

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

<style>
 a { background-color: #78182D; }

 a { background-color: rgb(120,24,45); }

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

<style>
 span { border-color: #78182D; }

 span { border-color: rgb(120,24,45); }

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