#783142

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

Shades of Camelot #783142

Tints of Camelot #783142

Color information

#783142 (or 0x783142) is unknown color: approx Camelot. HEX triplet: 78, 31 and 42. RGB value is (120,49,66). Sum of RGB (Red+Green+Blue) = 120+49+66=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #783142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783142 is #87CEBD. Grayscale: #484848. Windows color (decimal): -8900286 or 4338040. OLE color: 4338040.

HSL color Cylindrical-coordinate representation of color #783142: hue angle of 345.63º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783142 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1204966-
CMYK00.590.450.53
HSL345.63º42.01%33.14%-
HSV(B)345.63º59.17%47.06%-
XYZ9.836.585.91-
YUV72.17124.52162.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=51.06%
G=20.85%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120496600.590.450.53345.6342.0133.14
Hex78314203B2D3515a2a21
Octal1706110207355655325241
Binary111100011000110000100111011101101110101101011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783142; }

 p { color: rgb(120,49,66); }

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

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

 a { background-color: rgb(120,49,66); }

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

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

 span { border-color: rgb(120,49,66); }

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