#8B3D48

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

Shades of Camelot #8B3D48

Tints of Camelot #8B3D48

Color information

#8B3D48 (or 0x8B3D48) is unknown color: approx Camelot. HEX triplet: 8B, 3D and 48. RGB value is (139,61,72). Sum of RGB (Red+Green+Blue) = 139+61+72=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3D48 is #74C2B7. Grayscale: #555555. Windows color (decimal): -7652024 or 4734347. OLE color: 4734347.

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

Color convert

RGB1396172-
CMYK00.560.480.45
HSL351.54º39%39.22%-
HSV(B)351.54º56.12%54.51%-
XYZ13.499.297.21-
YUV85.58120.34166.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=51.10%
G=22.43%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139617200.560.480.45351.543939.22
Hex8B3D48038302D1602727
Octal2137511007060555404747
Binary1000101111110110010000111000110000101101101100000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,72); }

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

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

 a { background-color: rgb(139,61,72); }

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

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

 span { border-color: rgb(139,61,72); }

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