#782138

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

Shades of Claret #782138

Tints of Claret #782138

Color information

#782138 (or 0x782138) is unknown color: approx Claret. HEX triplet: 78, 21 and 38. RGB value is (120,33,56). Sum of RGB (Red+Green+Blue) = 120+33+56=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #782138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782138 is #87DEC7. Grayscale: #3D3D3D. Windows color (decimal): -8904392 or 3678584. OLE color: 3678584.

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

Color convert

RGB1203356-
CMYK00.720.530.53
HSL344.14º56.86%30%-
HSV(B)344.14º72.5%47.06%-
XYZ95.374.3-
YUV61.63124.82169.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=57.42%
G=15.79%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120335600.720.530.53344.1456.8630
Hex7821380483535158391e
Octal1704170011065655307136
Binary11110001000011110000100100011010111010110101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782138; }

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

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

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

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

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

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

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

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