#782034

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

Shades of Claret #782034

Tints of Claret #782034

Color information

#782034 (or 0x782034) is unknown color: approx Claret. HEX triplet: 78, 20 and 34. RGB value is (120,32,52). Sum of RGB (Red+Green+Blue) = 120+32+52=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #782034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782034 is #87DFCB. Grayscale: #3C3C3C. Windows color (decimal): -8904652 or 3416184. OLE color: 3416184.

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

Color convert

RGB1203252-
CMYK00.730.570.53
HSL346.36º57.89%29.8%-
HSV(B)346.36º73.33%47.06%-
XYZ8.885.273.8-
YUV60.59123.15170.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=58.82%
G=15.69%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120325200.730.570.53346.3657.8929.8
Hex782034049393515a3a1e
Octal1704064011171655327236
Binary11110001000001101000100100111100111010110101101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782034; }

 p { color: rgb(120,32,52); }

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

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

 a { background-color: rgb(120,32,52); }

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

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

 span { border-color: rgb(120,32,52); }

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