#8B3850

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

Shades of Camelot #8B3850

Tints of Camelot #8B3850

Color information

#8B3850 (or 0x8B3850) is unknown color: approx Camelot. HEX triplet: 8B, 38 and 50. RGB value is (139,56,80). Sum of RGB (Red+Green+Blue) = 139+56+80=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3850 is #74C7AF. Grayscale: #535353. Windows color (decimal): -7653296 or 5257355. OLE color: 5257355.

HSL color Cylindrical-coordinate representation of color #8B3850: hue angle of 342.65º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3850 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1395680-
CMYK00.600.420.45
HSL342.65º42.56%38.24%-
HSV(B)342.65º59.71%54.51%-
XYZ13.518.98.59-
YUV83.55126167.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=50.55%
G=20.36%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139568000.600.420.45342.6542.5638.24
Hex8B385003C2A2D1572b26
Octal2137012007452555275346
Binary1000101111100010100000111100101010101101101010111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,80); }

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

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

 a { background-color: rgb(139,56,80); }

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

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

 span { border-color: rgb(139,56,80); }

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