#782038

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

Shades of Claret #782038

Tints of Claret #782038

Color information

#782038 (or 0x782038) is unknown color: approx Claret. HEX triplet: 78, 20 and 38. RGB value is (120,32,56). Sum of RGB (Red+Green+Blue) = 120+32+56=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #782038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782038 is #87DFC7. Grayscale: #3D3D3D. Windows color (decimal): -8904648 or 3678328. OLE color: 3678328.

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

Color convert

RGB1203256-
CMYK00.730.530.53
HSL343.64º57.89%29.8%-
HSV(B)343.64º73.33%47.06%-
XYZ8.985.314.29-
YUV61.05125.15170.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=57.69%
G=15.38%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120325600.730.530.53343.6457.8929.8
Hex78203804935351583a1e
Octal1704070011165655307236
Binary11110001000001110000100100111010111010110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782038; }

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

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

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

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

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

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

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

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