#78101A

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

Shades of Red Berry #78101A

Tints of Red Berry #78101A

Color information

#78101A (or 0x78101A) is unknown color: approx Red Berry. HEX triplet: 78, 10 and 1A. RGB value is (120,16,26). Sum of RGB (Red+Green+Blue) = 120+16+26=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #78101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78101A is #87EFE5. Grayscale: #303030. Windows color (decimal): -8908774 or 1708152. OLE color: 1708152.

HSL color Cylindrical-coordinate representation of color #78101A: hue angle of 354.23º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78101A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1201626-
CMYK00.870.780.53
HSL354.23º76.47%26.67%-
HSV(B)354.23º86.67%47.06%-
XYZ8.124.441.41-
YUV48.24115.46179.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.07%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=74.07%
G=9.88%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120162600.870.780.53354.2376.4726.67
Hex78101A0574E351624c1b
Octal170203201271166554211433
Binary11110001000011010010101111001110110101101100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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