#78182B

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

Shades of Red Berry #78182B

Tints of Red Berry #78182B

Color information

#78182B (or 0x78182B) is unknown color: approx Red Berry. HEX triplet: 78, 18 and 2B. RGB value is (120,24,43). Sum of RGB (Red+Green+Blue) = 120+24+43=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78182B is #87E7D4. Grayscale: #363636. Windows color (decimal): -8906709 or 2824312. OLE color: 2824312.

HSL color Cylindrical-coordinate representation of color #78182B: hue angle of 348.12º 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 #78182B is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1202443-
CMYK00.80.640.53
HSL348.12º66.67%28.24%-
HSV(B)348.12º80%47.06%-
XYZ8.514.822.77-
YUV54.87121.3174.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=64.17%
G=12.83%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120244300.80.640.53348.1266.6728.24
Hex78182B050403515c431c
Octal170305301201006553410334
Binary111100011000101011010100001000000110101101011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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