#81374D

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

Shades of Camelot #81374D

Tints of Camelot #81374D

Color information

#81374D (or 0x81374D) is unknown color: approx Camelot. HEX triplet: 81, 37 and 4D. RGB value is (129,55,77). Sum of RGB (Red+Green+Blue) = 129+55+77=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81374D is #7EC8B2. Grayscale: #4F4F4F. Windows color (decimal): -8308915 or 5060481. OLE color: 5060481.

HSL color Cylindrical-coordinate representation of color #81374D: hue angle of 342.16º 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 #81374D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1295577-
CMYK00.570.400.49
HSL342.16º40.22%36.08%-
HSV(B)342.16º57.36%50.59%-
XYZ11.767.947.93-
YUV79.63126.52163.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=49.43%
G=21.07%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129557700.570.400.49342.1640.2236.08
Hex81374D03928311562824
Octal2016711507150615265044
Binary1000000111011110011010111001101000110001101010110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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