#814251

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

Shades of Camelot #814251

Tints of Camelot #814251

Color information

#814251 (or 0x814251) is unknown color: approx Camelot. HEX triplet: 81, 42 and 51. RGB value is (129,66,81). Sum of RGB (Red+Green+Blue) = 129+66+81=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #814251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814251 is #7EBDAE. Grayscale: #565656. Windows color (decimal): -8306095 or 5325441. OLE color: 5325441.

HSL color Cylindrical-coordinate representation of color #814251: hue angle of 345.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814251 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1296681-
CMYK00.490.370.49
HSL345.71º32.31%38.24%-
HSV(B)345.71º48.84%50.59%-
XYZ12.499.168.89-
YUV86.55124.87158.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=46.74%
G=23.91%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129668100.490.370.49345.7132.3138.24
Hex814251031253115a2026
Octal20110212106145615324046
Binary10000001100001010100010110001100101110001101011010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814251; }

 p { color: rgb(129,66,81); }

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

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

 a { background-color: rgb(129,66,81); }

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

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

 span { border-color: rgb(129,66,81); }

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