#782029

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

Shades of Red Berry #782029

Tints of Red Berry #782029

Color information

#782029 (or 0x782029) is unknown color: approx Red Berry. HEX triplet: 78, 20 and 29. RGB value is (120,32,41). Sum of RGB (Red+Green+Blue) = 120+32+41=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #782029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782029 is #87DFD6. Grayscale: #3B3B3B. Windows color (decimal): -8904663 or 2695288. OLE color: 2695288.

HSL color Cylindrical-coordinate representation of color #782029: hue angle of 353.86º degrees, saturation: 0.58, 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 #782029 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1203241-
CMYK00.730.660.53
HSL353.86º57.89%29.8%-
HSV(B)353.86º73.33%47.06%-
XYZ8.665.192.64-
YUV59.34117.65171.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=62.18%
G=16.58%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120324100.730.660.53353.8657.8929.8
Hex78202904942351623a1e
Octal17040510111102655427236
Binary111100010000010100101001001100001011010110110001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782029; }

 p { color: rgb(120,32,41); }

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

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

 a { background-color: rgb(120,32,41); }

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

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

 span { border-color: rgb(120,32,41); }

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