#883D50

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

Shades of Camelot #883D50

Tints of Camelot #883D50

Color information

#883D50 (or 0x883D50) is unknown color: approx Camelot. HEX triplet: 88, 3D and 50. RGB value is (136,61,80). Sum of RGB (Red+Green+Blue) = 136+61+80=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #883D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D50 is #77C2AF. Grayscale: #555555. Windows color (decimal): -7848624 or 5258632. OLE color: 5258632.

HSL color Cylindrical-coordinate representation of color #883D50: hue angle of 344.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D50 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1366180-
CMYK00.550.410.47
HSL344.8º38.07%38.63%-
HSV(B)344.8º55.15%53.33%-
XYZ13.279.158.66-
YUV85.59124.85163.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=49.10%
G=22.02%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136618000.550.410.47344.838.0738.63
Hex883D50037292F1592627
Octal2107512006751575314647
Binary1000100011110110100000110111101001101111101011001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883D50; }

 p { color: rgb(136,61,80); }

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

<style>
 a { background-color: #883D50; }

 a { background-color: rgb(136,61,80); }

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

<style>
 span { border-color: #883D50; }

 span { border-color: rgb(136,61,80); }

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