#81374A

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

Shades of Camelot #81374A

Tints of Camelot #81374A

Color information

#81374A (or 0x81374A) is unknown color: approx Camelot. HEX triplet: 81, 37 and 4A. RGB value is (129,55,74). Sum of RGB (Red+Green+Blue) = 129+55+74=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81374A is #7EC8B5. Grayscale: #4F4F4F. Windows color (decimal): -8308918 or 4863873. OLE color: 4863873.

HSL color Cylindrical-coordinate representation of color #81374A: hue angle of 344.59º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81374A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1295574-
CMYK00.570.430.49
HSL344.59º40.22%36.08%-
HSV(B)344.59º57.36%50.59%-
XYZ11.667.897.39-
YUV79.29125.02163.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=50%
G=21.32%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129557400.570.430.49344.5940.2236.08
Hex81374A0392B311592824
Octal2016711207153615315044
Binary1000000111011110010100111001101011110001101011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81374A; }

 p { color: rgb(129,55,74); }

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

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

 a { background-color: rgb(129,55,74); }

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

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

 span { border-color: rgb(129,55,74); }

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