#78212A

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

Shades of Red Berry #78212A

Tints of Red Berry #78212A

Color information

#78212A (or 0x78212A) is unknown color: approx Red Berry. HEX triplet: 78, 21 and 2A. RGB value is (120,33,42). Sum of RGB (Red+Green+Blue) = 120+33+42=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #78212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78212A is #87DED5. Grayscale: #3C3C3C. Windows color (decimal): -8904406 or 2761080. OLE color: 2761080.

HSL color Cylindrical-coordinate representation of color #78212A: hue angle of 353.79º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78212A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1203342-
CMYK00.720.650.53
HSL353.79º56.86%30%-
HSV(B)353.79º72.5%47.06%-
XYZ8.715.252.74-
YUV60.04117.82170.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=61.54%
G=16.92%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120334200.720.650.53353.7956.8630
Hex78212A0484135162391e
Octal17041520110101655427136
Binary111100010000110101001001000100000111010110110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78212A; }

 p { color: rgb(120,33,42); }

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

<style>
 a { background-color: #78212A; }

 a { background-color: rgb(120,33,42); }

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

<style>
 span { border-color: #78212A; }

 span { border-color: rgb(120,33,42); }

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