#8A3D4B

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

Shades of Camelot #8A3D4B

Tints of Camelot #8A3D4B

Color information

#8A3D4B (or 0x8A3D4B) is unknown color: approx Camelot. HEX triplet: 8A, 3D and 4B. RGB value is (138,61,75). Sum of RGB (Red+Green+Blue) = 138+61+75=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3D4B is #75C2B4. Grayscale: #555555. Windows color (decimal): -7717557 or 4930954. OLE color: 4930954.

HSL color Cylindrical-coordinate representation of color #8A3D4B: hue angle of 349.09º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D4B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1386175-
CMYK00.560.460.46
HSL349.09º38.69%39.02%-
HSV(B)349.09º55.8%54.12%-
XYZ13.429.257.73-
YUV85.62122.01165.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.36%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=50.36%
G=22.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138617500.560.460.46349.0938.6939.02
Hex8A3D4B0382E2E15d2727
Octal2127511307056565354747
Binary1000101011110110010110111000101110101110101011101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3D4B; }

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

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

<style>
 a { background-color: #8A3D4B; }

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

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

<style>
 span { border-color: #8A3D4B; }

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

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