#782326

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

Shades of Red Berry #782326

Tints of Red Berry #782326

Color information

#782326 (or 0x782326) is unknown color: approx Red Berry. HEX triplet: 78, 23 and 26. RGB value is (120,35,38). Sum of RGB (Red+Green+Blue) = 120+35+38=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #782326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782326 is #87DCD9. Grayscale: #3C3C3C. Windows color (decimal): -8903898 or 2499448. OLE color: 2499448.

HSL color Cylindrical-coordinate representation of color #782326: hue angle of 357.88º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782326 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1203538-
CMYK00.710.680.53
HSL357.88º54.84%30.39%-
HSV(B)357.88º70.83%47.06%-
XYZ8.75.342.41-
YUV60.76115.16170.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=62.18%
G=18.13%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120353800.710.680.53357.8854.8430.39
Hex7823260474435166371e
Octal17043460107104655466736
Binary111100010001110011001000111100010011010110110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782326; }

 p { color: rgb(120,35,38); }

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

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

 a { background-color: rgb(120,35,38); }

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

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

 span { border-color: rgb(120,35,38); }

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