#81424C

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

Shades of Camelot #81424C

Tints of Camelot #81424C

Color information

#81424C (or 0x81424C) is unknown color: approx Camelot. HEX triplet: 81, 42 and 4C. RGB value is (129,66,76). Sum of RGB (Red+Green+Blue) = 129+66+76=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81424C is #7EBDB3. Grayscale: #555555. Windows color (decimal): -8306100 or 4997761. OLE color: 4997761.

HSL color Cylindrical-coordinate representation of color #81424C: hue angle of 350.48º 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 #81424C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1296676-
CMYK00.490.410.49
HSL350.48º32.31%38.24%-
HSV(B)350.48º48.84%50.59%-
XYZ12.319.097.94-
YUV85.98122.37158.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=47.60%
G=24.35%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129667600.490.410.49350.4832.3138.24
Hex81424C031293115e2026
Octal20110211406151615364046
Binary10000001100001010011000110001101001110001101011110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81424C; }

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

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

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

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

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

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

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

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