#781D27

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

Shades of Red Berry #781D27

Tints of Red Berry #781D27

Color information

#781D27 (or 0x781D27) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 27. RGB value is (120,29,39). Sum of RGB (Red+Green+Blue) = 120+29+39=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D27 is #87E2D8. Grayscale: #393939. Windows color (decimal): -8905433 or 2563448. OLE color: 2563448.

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

Color convert

RGB1202939-
CMYK00.760.670.53
HSL353.41º61.07%29.22%-
HSV(B)353.41º75.83%47.06%-
XYZ8.555.022.44-
YUV57.35117.65172.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=63.83%
G=15.43%
B=20.74%

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
Decimal120293900.760.670.53353.4161.0729.22
Hex781D2704C43351613d1d
Octal17035470114103655417535
Binary11110001110110011101001100100001111010110110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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