#781E28

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

Shades of Red Berry #781E28

Tints of Red Berry #781E28

Color information

#781E28 (or 0x781E28) is unknown color: approx Red Berry. HEX triplet: 78, 1E and 28. RGB value is (120,30,40). Sum of RGB (Red+Green+Blue) = 120+30+40=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E28 is #87E1D7. Grayscale: #3A3A3A. Windows color (decimal): -8905176 or 2629240. OLE color: 2629240.

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

Color convert

RGB1203040-
CMYK00.750.670.53
HSL353.33º60%29.41%-
HSV(B)353.33º75%47.06%-
XYZ8.595.072.53-
YUV58.05117.82172.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=63.16%
G=15.79%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120304000.750.670.53353.336029.41
Hex781E2804B43351613c1d
Octal17036500113103655417435
Binary11110001111010100001001011100001111010110110000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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