#8B3243

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

Shades of Camelot #8B3243

Tints of Camelot #8B3243

Color information

#8B3243 (or 0x8B3243) is unknown color: approx Camelot. HEX triplet: 8B, 32 and 43. RGB value is (139,50,67). Sum of RGB (Red+Green+Blue) = 139+50+67=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3243 is #74CDBC. Grayscale: #4E4E4E. Windows color (decimal): -7654845 or 4403851. OLE color: 4403851.

HSL color Cylindrical-coordinate representation of color #8B3243: hue angle of 348.54º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3243 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1395067-
CMYK00.640.520.45
HSL348.54º47.09%37.06%-
HSV(B)348.54º64.03%54.51%-
XYZ12.88.186.21-
YUV78.55121.49171.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=54.30%
G=19.53%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139506700.640.520.45348.5447.0937.06
Hex8B3243040342D15d2f25
Octal21362103010064555355745
Binary10001011110010100001101000000110100101101101011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,67); }

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

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

 a { background-color: rgb(139,50,67); }

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

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

 span { border-color: rgb(139,50,67); }

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