#81404B

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

Shades of Camelot #81404B

Tints of Camelot #81404B

Color information

#81404B (or 0x81404B) is unknown color: approx Camelot. HEX triplet: 81, 40 and 4B. RGB value is (129,64,75). Sum of RGB (Red+Green+Blue) = 129+64+75=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #81404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81404B is #7EBFB4. Grayscale: #545454. Windows color (decimal): -8306613 or 4931713. OLE color: 4931713.

HSL color Cylindrical-coordinate representation of color #81404B: hue angle of 349.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81404B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1296475-
CMYK00.500.420.49
HSL349.85º33.68%37.84%-
HSV(B)349.85º50.39%50.59%-
XYZ12.168.847.72-
YUV84.69122.53159.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=48.13%
G=23.88%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129647500.500.420.49349.8533.6837.84
Hex81404B0322A3115e2226
Octal20110011306252615364246
Binary10000001100000010010110110010101010110001101011110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81404B; }

 p { color: rgb(129,64,75); }

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

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

 a { background-color: rgb(129,64,75); }

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

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

 span { border-color: rgb(129,64,75); }

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