#781F22

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

Shades of Red Berry #781F22

Tints of Red Berry #781F22

Color information

#781F22 (or 0x781F22) is unknown color: approx Red Berry. HEX triplet: 78, 1F and 22. RGB value is (120,31,34). Sum of RGB (Red+Green+Blue) = 120+31+34=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #781F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F22 is #87E0DD. Grayscale: #3A3A3A. Windows color (decimal): -8904926 or 2236280. OLE color: 2236280.

HSL color Cylindrical-coordinate representation of color #781F22: hue angle of 357.98º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F22 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1203134-
CMYK00.740.720.53
HSL357.98º58.94%29.61%-
HSV(B)357.98º74.17%47.06%-
XYZ8.525.092.05-
YUV57.95114.49172.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=64.86%
G=16.76%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120313400.740.720.53357.9858.9429.61
Hex781F2204A48351663b1e
Octal17037420112110655467336
Binary11110001111110001001001010100100011010110110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,31,34); }

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

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

 a { background-color: rgb(120,31,34); }

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

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

 span { border-color: rgb(120,31,34); }

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