#782338

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

Shades of Claret #782338

Tints of Claret #782338

Color information

#782338 (or 0x782338) is unknown color: approx Claret. HEX triplet: 78, 23 and 38. RGB value is (120,35,56). Sum of RGB (Red+Green+Blue) = 120+35+56=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #782338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782338 is #87DCC7. Grayscale: #3E3E3E. Windows color (decimal): -8903880 or 3679096. OLE color: 3679096.

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

Color convert

RGB1203556-
CMYK00.710.530.53
HSL345.18º54.84%30.39%-
HSV(B)345.18º70.83%47.06%-
XYZ9.065.484.32-
YUV62.81124.16168.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=56.87%
G=16.59%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120355600.710.530.53345.1854.8430.39
Hex7823380473535159371e
Octal1704370010765655316736
Binary11110001000111110000100011111010111010110101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782338; }

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

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

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

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

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

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

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

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