#803D4B

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

Shades of Camelot #803D4B

Tints of Camelot #803D4B

Color information

#803D4B (or 0x803D4B) is unknown color: approx Camelot. HEX triplet: 80, 3D and 4B. RGB value is (128,61,75). Sum of RGB (Red+Green+Blue) = 128+61+75=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D4B is #7FC2B4. Grayscale: #525252. Windows color (decimal): -8372917 or 4930944. OLE color: 4930944.

HSL color Cylindrical-coordinate representation of color #803D4B: hue angle of 347.46º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D4B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1286175-
CMYK00.520.410.50
HSL347.46º35.45%37.06%-
HSV(B)347.46º52.34%50.2%-
XYZ11.848.437.66-
YUV82.63123.7160.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=48.48%
G=23.11%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128617500.520.410.50347.4635.4537.06
Hex803D4B034293215b2325
Octal2007511306451625334345
Binary1000000011110110010110110100101001110010101011011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803D4B; }

 p { color: rgb(128,61,75); }

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

<style>
 a { background-color: #803D4B; }

 a { background-color: rgb(128,61,75); }

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

<style>
 span { border-color: #803D4B; }

 span { border-color: rgb(128,61,75); }

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