#782128

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

Shades of Red Berry #782128

Tints of Red Berry #782128

Color information

#782128 (or 0x782128) is unknown color: approx Red Berry. HEX triplet: 78, 21 and 28. RGB value is (120,33,40). Sum of RGB (Red+Green+Blue) = 120+33+40=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #782128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782128 is #87DED7. Grayscale: #3B3B3B. Windows color (decimal): -8904408 or 2630008. OLE color: 2630008.

HSL color Cylindrical-coordinate representation of color #782128: hue angle of 355.17º 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 #782128 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1203340-
CMYK00.720.670.53
HSL355.17º56.86%30%-
HSV(B)355.17º72.5%47.06%-
XYZ8.675.232.56-
YUV59.81116.82170.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=62.18%
G=17.10%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120334000.720.670.53355.1756.8630
Hex7821280484335163391e
Octal17041500110103655437136
Binary111100010000110100001001000100001111010110110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782128; }

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

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

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

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

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

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

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

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