#782134

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

Shades of Claret #782134

Tints of Claret #782134

Color information

#782134 (or 0x782134) is unknown color: approx Claret. HEX triplet: 78, 21 and 34. RGB value is (120,33,52). Sum of RGB (Red+Green+Blue) = 120+33+52=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #782134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782134 is #87DECB. Grayscale: #3D3D3D. Windows color (decimal): -8904396 or 3416440. OLE color: 3416440.

HSL color Cylindrical-coordinate representation of color #782134: hue angle of 346.9º degrees, saturation: 0.57, 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 #782134 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1203352-
CMYK00.720.570.53
HSL346.9º56.86%30%-
HSV(B)346.9º72.5%47.06%-
XYZ8.915.333.81-
YUV61.18122.82169.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=58.54%
G=16.10%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120335200.720.570.53346.956.8630
Hex782134048393515b391e
Octal1704164011071655337136
Binary11110001000011101000100100011100111010110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782134; }

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

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

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

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

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

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

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

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