#81384D

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

Shades of Camelot #81384D

Tints of Camelot #81384D

Color information

#81384D (or 0x81384D) is unknown color: approx Camelot. HEX triplet: 81, 38 and 4D. RGB value is (129,56,77). Sum of RGB (Red+Green+Blue) = 129+56+77=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81384D is #7EC7B2. Grayscale: #505050. Windows color (decimal): -8308659 or 5060737. OLE color: 5060737.

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

Color convert

RGB1295677-
CMYK00.570.400.49
HSL342.74º39.46%36.27%-
HSV(B)342.74º56.59%50.59%-
XYZ11.818.037.95-
YUV80.22126.18162.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=49.24%
G=21.37%
B=29.39%

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
Decimal129567700.570.400.49342.7439.4636.27
Hex81384D03928311572724
Octal2017011507150615274744
Binary1000000111100010011010111001101000110001101010111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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