#781D28

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

Shades of Red Berry #781D28

Tints of Red Berry #781D28

Color information

#781D28 (or 0x781D28) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 28. RGB value is (120,29,40). Sum of RGB (Red+Green+Blue) = 120+29+40=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #781D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D28 is #87E2D7. Grayscale: #393939. Windows color (decimal): -8905432 or 2628984. OLE color: 2628984.

HSL color Cylindrical-coordinate representation of color #781D28: hue angle of 352.75º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D28 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1202940-
CMYK00.760.670.53
HSL352.75º61.07%29.22%-
HSV(B)352.75º75.83%47.06%-
XYZ8.575.032.53-
YUV57.46118.15172.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=63.49%
G=15.34%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120294000.760.670.53352.7561.0729.22
Hex781D2804C43351613d1d
Octal17035500114103655417535
Binary11110001110110100001001100100001111010110110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D28; }

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

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

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

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

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

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

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

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